mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
Update: Permissions
Parole cmd now gm lvl 3 to match anticheat delete cmd
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
{ "player", SEC_GAMEMASTER, true, &HandleAntiCheatPlayerCommand, "" },
|
||||
{ "delete", SEC_ADMINISTRATOR, true, &HandleAntiCheatDeleteCommand, "" },
|
||||
{ "jail", SEC_GAMEMASTER, false, &HandleAnticheatJailCommand, "" },
|
||||
{ "parole", SEC_GAMEMASTER, false, &HandleAnticheatParoleCommand, "" },
|
||||
{ "parole", SEC_ADMINISTRATOR, false, &HandleAnticheatParoleCommand, "" },
|
||||
{ "purge", SEC_ADMINISTRATOR, true, &HandleAntiCheatPurgeCommand, "" },
|
||||
{ "warn", SEC_GAMEMASTER, true, &HandleAnticheatWarnCommand, "" }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user