mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
fix(DB/Commands): align core and DB (#4479)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1612704403809446000');
|
||||
|
||||
UPDATE `command` SET `security` = 1 WHERE `name` = 'gm';
|
||||
UPDATE `command` SET `security` = 2 WHERE `name` IN ('gm list', 'gm visible');
|
||||
UPDATE `command` SET `security` = 3 WHERE `name` IN ('cometome', 'wpgps');
|
||||
|
||||
INSERT IGNORE INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('bank', 2, 'Syntax: .bank Show your bank inventory.'),
|
||||
('debug Mod32Value', 3, 'Syntax: .debug Mod32Value #field #value Add #value to field #field of your character.');
|
||||
Reference in New Issue
Block a user