From 0558199e99cc46fb57d4f743cf7b0803e0db3d0f Mon Sep 17 00:00:00 2001 From: John Pasula Date: Tue, 11 Jan 2011 13:32:34 -0700 Subject: [PATCH] Fix a herpaderp C&P mistake. Copy pasta as the wise Torhal would say. --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index 2b4fee9..65f0ad4 100644 --- a/core.lua +++ b/core.lua @@ -1525,7 +1525,7 @@ function addon:ChatCommand(input) if not arg2 then self:Print("To run a scan from a command line you need to specify the profession like: /arl scan enchanting") else - CastSpellByName(profession) + CastSpellByName(arg2) -- If the ARL window is shown, hide it. if ARL.Frame and ARL.Frame:IsVisible() then ARL.Frame:Hide() -- 1.7.9.5