mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 10:37:12 +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
9
sql/updates/12112_06_mangos_mangos_string.sql
Normal file
9
sql/updates/12112_06_mangos_mangos_string.sql
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_12112_05_mangos_npc_vendor_template required_12112_06_mangos_mangos_string bit;
|
||||
|
||||
REPLACE INTO `mangos_string` (`entry`, `content_default`) VALUES
|
||||
(209, 'Item \'%i\' (isCurrency: %u) not found in vendor list.'),
|
||||
(210, 'Item \'%i\' (isCurrency: %u, with extended cost %i) already in vendor list.'),
|
||||
(269, 'Currency \'%i\' not found.'),
|
||||
(283, 'Meta currency \'%i\' is not allowed in vendors.'),
|
||||
(1509, 'Can\'t add item %u to vendor with unknown item type %u'),
|
||||
(1510, 'Currency %u has maxCount = 0, but for currencies maxCount = buyCount, so it can\'t be 0 or less than that\'s currency precision (%u).');
|
||||
Loading…
Add table
Add a link
Reference in a new issue