From 9233d641c0e0745a851f56dedd68e6946a004340 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Sat, 27 Mar 2010 05:05:17 -0400 Subject: [PATCH] In addon:AccRecipeAcquire(): Added a Debug() for WORLD_DROP acquires with no location. --- ARL.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ARL.lua b/ARL.lua index e08ce1a..c3a52d4 100644 --- a/ARL.lua +++ b/ARL.lua @@ -1014,6 +1014,8 @@ do if location then affiliation = "world_drop" + else + addon:Debug("WORLD_DROP with no location: %d %s", spell_id, recipe_list[spell_id].name) end elseif acquire_type == A.SEASONAL then acquire[acquire_id] = true -- 1.7.9.5