Quantcast

Fix bug with lib qtipclick, and disable the addon for thunderlord people... your alliance warrior nax is a dumbass nigger faggit.

ackis [05-17-09 - 05:55]
Fix bug with lib qtipclick, and disable the addon for thunderlord people... your alliance warrior nax is a dumbass nigger faggit.
Filename
ARLFrame.lua
AckisRecipeList.lua
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