mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
6 lines
No EOL
519 B
SQL
6 lines
No EOL
519 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_0169_xxxxx_03_mangos_mangos_string required_0169_xxxxx_04_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.'); |