From c3dc46c23b5bbb8262f4e72705760d20a14ae56c Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 10 Jun 2010 22:50:14 -0400 Subject: [PATCH] Added a new slash command to print out the generated tradeskill links. (/arl tradelinks) Suggested by rumpl3d4skin, Ticket 1008 --- ARL.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ARL.lua b/ARL.lua index f00d8a0..8157aa0 100644 --- a/ARL.lua +++ b/ARL.lua @@ -1742,6 +1742,8 @@ function addon:ChatCommand(input) self:ScanSkillLevelData() elseif (input == strlower("scanprof")) then self:ScanProfession("all") + elseif (input == strlower("tradelinks")) then + self:GenerateLinks() else -- What happens when we get here? LibStub("AceConfigCmd-3.0"):HandleCommand("arl", "Ackis Recipe List", input) -- 1.7.9.5