From 97794f5215796c5f729d0659b6cad952ca62924d Mon Sep 17 00:00:00 2001 From: Jim-Bim Date: Mon, 12 Jan 2009 20:24:08 +0000 Subject: [PATCH] AckisRecipeList: - added first debug info for ticket 298 --- AckisRecipeList.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index 8dfbeaa..0beb0a0 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -479,6 +479,10 @@ function addon:GetKnownProfessions(ProfTable) end if (ProfTable[spellName] == false) then + + --@debug@ + AckisRecipeList:Print("Player has the following profession: " .. spellName .. " (Index: ".. index .. ")") + --@end-debug@ ProfTable[spellName] = true -- 1.7.9.5