Quantcast

In addon:ChatCommand(): Added "scanprof" argument to scan all professions.

torhal [06-15-09 - 22:27]
In addon:ChatCommand(): Added "scanprof" argument to scan all professions.
Filename
AckisRecipeList.lua
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)