mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 01:59:09 +00:00
Script/Commands: fix all command permissions
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
{ "gmannounce", SEC_GAMEMASTER, true, &HandleGMAnnounceCommand, "" },
|
||||
{ "notify", SEC_GAMEMASTER, true, &HandleNotifyCommand, "" },
|
||||
{ "gmnotify", SEC_GAMEMASTER, true, &HandleGMNotifyCommand, "" },
|
||||
{ "whispers", SEC_GAMEMASTER, false, &HandleWhispersCommand, "" }
|
||||
{ "whispers", SEC_MODERATOR, false, &HandleWhispersCommand, "" }
|
||||
};
|
||||
return commandTable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user