From c925c86278e2b96c2e08639954d53afa0e7cf164 Mon Sep 17 00:00:00 2001 From: pigmonkey Date: Sat, 3 Sep 2011 15:11:58 -0400 Subject: [PATCH] Adding /rl for reloading ui --- modules/macros.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/macros.lua b/modules/macros.lua index 7b2808e..4fec6c0 100644 --- a/modules/macros.lua +++ b/modules/macros.lua @@ -23,6 +23,9 @@ function mod:OnInitialize() self:RegisterSlashCommand("AuctionHouseBuyout", "ahbo") self:RegisterSlashCommand("EJFix", "ej") self:Hook("QueryAuctionItems", true) + + -- Custom slash command for reloading: /rl + LibStub("AceConsole-3.0").RegisterChatCommand(self, "rl", function() ReloadUI() end) end function mod:DisbandRaid()