From 7f3abcb9dca91730e7209ba3c927f20e0ee003b3 Mon Sep 17 00:00:00 2001 From: ackis Date: Fri, 6 Mar 2009 15:42:50 +0000 Subject: [PATCH] Add debug message for alphas for recipes which have an unknown zone. --- AckisRecipeList.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index 0c22195..f03f19e 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -689,6 +689,9 @@ function addon:addLookupList(DB, ID, Name, Loc, Coordx, Coordy, Faction) if (Loc) then DB[ID]["Location"] = Loc else + --@debug@ + self:Print("Spell ID: " .. ID .. " has an unknown location.") + --@end-debug@ DB[ID]["Location"] = L["Unknown Zone"] end -- 1.7.9.5