mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
[12112] MaNGOS switch Support to Patch 4.3.4 Build 15595
NOTE: *Still under Developement *Need new Config Files *Reextract "dbcs, maps, vmaps, mmaps" Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
2f0f10a764
commit
b60bc4a34b
23 changed files with 12577 additions and 8 deletions
6
sql/updates/12112_14_mangos_command.sql
Normal file
6
sql/updates/12112_14_mangos_command.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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.');
|
||||
Loading…
Add table
Add a link
Reference in a new issue