From c4c867db2640af2b699364ca8a95e4f3caece831 Mon Sep 17 00:00:00 2001 From: ackis Date: Sun, 17 May 2009 05:55:12 +0000 Subject: [PATCH] Fix bug with lib qtipclick, and disable the addon for thunderlord people... your alliance warrior nax is a dumbass nigger faggit. --- ARLFrame.lua | 2 +- AckisRecipeList.lua | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index 575bb89..77e5c38 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -22,7 +22,7 @@ local BFAC = LibStub("LibBabble-Faction-3.0"):GetLookupTable() local BC = LibStub("LibBabble-Class-3.0"):GetLookupTable() local L = LibStub("AceLocale-3.0"):GetLocale(MODNAME) local QTip = LibStub("LibQTip-1.0") -local QTipClick = LibStub("LibQTipClick-1.0") +--local QTipClick = LibStub("LibQTipClick-1.0") local string = string local ipairs = ipairs diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index f6b60d1..9d8af21 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -96,6 +96,9 @@ addon.ARLCopyFrame = nil _G["arlTooltip"] = nil _G["arlSpellTooltip"] = nil +if (GetRealmName() == "Thunderlord") and not ((GetUnitName("player") == "Ackis") or (GetUnitName("player") == "Shaelynn")) then + self:Print("Addon disabled because Alliance Player Nax is a douche. Camping people doing the fishing daily and coding == retarded moron.") +end -- Make global API calls local to speed things up local GetNumTradeSkills = GetNumTradeSkills -- 1.7.9.5