From 96dd1e38eb3103aefa48329abce87db66390666e Mon Sep 17 00:00:00 2001 From: torhal Date: Mon, 15 Jun 2009 22:27:41 +0000 Subject: [PATCH] In addon:ChatCommand(): Added "scanprof" argument to scan all professions. --- AckisRecipeList.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index bc8104d..8e54f01 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -1501,6 +1501,8 @@ function addon:ChatCommand(input) self:AckisRecipeList_Command(false) elseif (input == strlower("scandata")) then self:ScanSkillLevelData() + elseif (input == strlower("scanprof")) then + self:ScanProfession("all") else -- What happens when we get here? LibStub("AceConfigCmd-3.0"):HandleCommand("arl", "Ackis Recipe List", input) -- 1.7.9.5