Adding /rl for reloading ui
This commit is contained in:
parent
2bf5191d4f
commit
c925c86278
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ function mod:OnInitialize()
|
||||||
self:RegisterSlashCommand("AuctionHouseBuyout", "ahbo")
|
self:RegisterSlashCommand("AuctionHouseBuyout", "ahbo")
|
||||||
self:RegisterSlashCommand("EJFix", "ej")
|
self:RegisterSlashCommand("EJFix", "ej")
|
||||||
self:Hook("QueryAuctionItems", true)
|
self:Hook("QueryAuctionItems", true)
|
||||||
|
|
||||||
|
-- Custom slash command for reloading: /rl
|
||||||
|
LibStub("AceConsole-3.0").RegisterChatCommand(self, "rl", function() ReloadUI() end)
|
||||||
end
|
end
|
||||||
|
|
||||||
function mod:DisbandRaid()
|
function mod:DisbandRaid()
|
||||||
|
|
Loading…
Reference in a new issue