Quantcast

remove super secret stuff.

ackis [03-25-09 - 18:23]
remove super secret stuff.
Filename
AckisRecipeList.lua
diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua
index 208ffe3..d780d3d 100644
--- a/AckisRecipeList.lua
+++ b/AckisRecipeList.lua
@@ -113,7 +113,6 @@ local sfind = string.find
 local smatch = string.match
 local tolower = string.lower
 local BOOKTYPE_SPELL = BOOKTYPE_SPELL
-local pinfoalpha = GetGuildInfo("player")

 --[[

@@ -1681,10 +1680,6 @@ do

 	function addon:AckisRecipeList_Command(textdump)

-		if (pinfoalpha == "\84\101\97\109 \73\99\101") then
-			return
-		end
-
 		-- If we don't have a trade skill window open, lets return out of here
 		if (not tradewindowopened) then
 			self:Print(L["OpenTradeSkillWindow"])