Script/Commands: fix all command permissions
This commit is contained in:
parent
1e5af6d3be
commit
d641365b3b
31 changed files with 991 additions and 456 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue