mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(Core/DB): adjust commands sec level to follow wiki (#9978)
* sql: update gm list to security 3 * gm list SEC_ADMINISTRATOR fallback * Update `gm on/off` to SEC_MODERATOR fallback * update code style
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1641155240423609800');
|
||||
|
||||
-- Adjust ".gm list" to security 3 as default
|
||||
UPDATE `command` SET `security`='3' WHERE `name`='gm list';
|
||||
Reference in New Issue
Block a user