fix(DB/Commands): align core and DB (#4479)

This commit is contained in:
Francesco Borzì
2021-02-08 23:45:00 +01:00
committed by GitHub
parent 05a8217270
commit 3c670cb5a0
6 changed files with 20 additions and 11 deletions

View File

@@ -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.');