From 6e32a98c958a1bf7c82d8829a2be809891096fa9 Mon Sep 17 00:00:00 2001 From: John Pasula Date: Tue, 25 Jan 2011 11:06:05 -0700 Subject: [PATCH] Add some debug code into /arl scan code to see why first aid isn't being cast. Blaming gnomes in the meantime. --- core.lua | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.9.5