mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 01:37:04 +00:00
npc_vendor.ExtandedCost can be negative now that meaning: price excluded default item BuyPrice and use only abs(ExtandedCost) items). For example expected used for item 36908.
5 lines
303 B
SQL
5 lines
303 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_9924_02_mangos_command required_9957_01_mangos_mangos_string bit;
|
|
|
|
DELETE FROM mangos_string WHERE entry IN (210);
|
|
INSERT INTO mangos_string VALUES
|
|
(210,'Item \'%i\' (with extended cost %i) already in vendor list.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|