Add debug message for alphas for recipes which have an unknown zone.
ackis [03-06-09 - 15:42]
Add debug message for alphas for recipes which have an unknown zone.
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