mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
NOTE: *Still under Developement *Need new Config Files *Reextract "dbcs, maps, vmaps, mmaps" Signed-off-by: Salja <salja2012@hotmail.de>
6 lines
509 B
SQL
6 lines
509 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_12112_13_mangos_player_levelstats required_12112_14_mangos_command bit;
|
|
|
|
DELETE FROM `command` WHERE `name` IN ('npc addcurrency', 'npc delcurrency');
|
|
INSERT INTO `command` VALUES
|
|
('npc addcurrency',2,'Syntax: .npc addcurrency #currencyId #buycount #extendedcost\r\n\r\nAdd currency #currencyId to item list of selected vendor.'),
|
|
('npc delcurrency',2,'Syntax: .npc delcurrency #currencyId\r\n\r\nRemove currency #currencyId from item list of selected vendor.');
|