Add some debug code into /arl scan code to see why first aid isn't being cast. Blaming gnomes in the meantime.
John Pasula [01-25-11 - 18:06]
Add some debug code into /arl scan code to see why first aid isn't being cast. Blaming gnomes in the meantime.
diff --git a/core.lua b/core.lua
index e2352c0..139edbb 100644
--- a/core.lua
+++ b/core.lua
@@ -1533,6 +1533,7 @@ do
if not arg2 then
self:Print(L["COMMAND_LINE_SCAN"])
else
+ self:Print("DEBUG: Casting spell: " .. arg2)
CastSpellByName(arg2)
-- If the ARL window is shown, hide it.
if ARL.Frame and ARL.Frame:IsVisible() then