From ecc352666a936115210af57ed332b0c1b7ae2a81 Mon Sep 17 00:00:00 2001 From: ackis Date: Wed, 21 Jan 2009 20:09:22 +0000 Subject: [PATCH] Remove something that's not working that I need to fix for tonight. --- AckisRecipeList.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index e7b41e5..ada4ffa 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -2090,10 +2090,11 @@ function addon:GetTextDump(RecipeDB, profession) local texttable = {} - local profspellid = GetSpellInfo(profession) + --local profspellid = GetSpellInfo(profession) --@debug@ - self:Print("DEBUG: Getting text dumb for: " .. profession .. "(" .. profspellid .. ")") + --self:Print("DEBUG: Getting text dumb for: " .. profession .. "(" .. profspellid .. ")") + self:Print("DEBUG: Getting text dumb for: " .. profession) --@end-debug@ -- Add a header to the text table @@ -2103,7 +2104,7 @@ function addon:GetTextDump(RecipeDB, profession) for SpellID in pairs(RecipeDB) do - if (RecipeDB[SpellID]["Profession"] == profspellid) then + --if (RecipeDB[SpellID]["Profession"] == profspellid) then -- Add Spell ID, Name and Skill Level to the list tinsert(texttable,SpellID) @@ -2162,7 +2163,7 @@ function addon:GetTextDump(RecipeDB, profession) tinsert(texttable,"],false\n") end - end + --end end return tconcat(texttable,"") -- 1.7.9.5