1
0
Fork 0

Removing empty options registration from macros

This commit is contained in:
pigmonkey 2011-05-30 19:54:08 -04:00
parent e1813d69c4
commit 0adbe3fd8c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ local options = {
function mod:OnInitialize()
db = core.db.profile[self:GetName()] or {}
self:RegisterOptions(options, defaults)
-- self:RegisterOptions(options, defaults)
self:RegisterSlashCommand("DisbandRaid", "dr", "disbandraid")
self:RegisterSlashCommand("InviteGuild", "ig", "inviteguild")
self:RegisterSlashCommand("PromoteAll", "pa", "promoteall")