1
0
Fork 0

Adding /rl for reloading ui

This commit is contained in:
pigmonkey 2011-09-03 15:11:58 -04:00
parent 2bf5191d4f
commit c925c86278
1 changed files with 3 additions and 0 deletions

View File

@ -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()