Removing empty options registration from macros
This commit is contained in:
parent
e1813d69c4
commit
0adbe3fd8c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ local options = {
|
||||||
|
|
||||||
function mod:OnInitialize()
|
function mod:OnInitialize()
|
||||||
db = core.db.profile[self:GetName()] or {}
|
db = core.db.profile[self:GetName()] or {}
|
||||||
self:RegisterOptions(options, defaults)
|
-- self:RegisterOptions(options, defaults)
|
||||||
self:RegisterSlashCommand("DisbandRaid", "dr", "disbandraid")
|
self:RegisterSlashCommand("DisbandRaid", "dr", "disbandraid")
|
||||||
self:RegisterSlashCommand("InviteGuild", "ig", "inviteguild")
|
self:RegisterSlashCommand("InviteGuild", "ig", "inviteguild")
|
||||||
self:RegisterSlashCommand("PromoteAll", "pa", "promoteall")
|
self:RegisterSlashCommand("PromoteAll", "pa", "promoteall")
|
||||||
|
|
Loading…
Reference in a new issue