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.
4 lines
278 B
SQL
4 lines
278 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_9957_01_mangos_mangos_string required_9957_02_mangos_npc_vendor bit;
|
|
|
|
ALTER TABLE npc_vendor
|
|
CHANGE COLUMN `ExtendedCost` `ExtendedCost` mediumint(8) NOT NULL default '0' COMMENT 'negative if cost must exclude normal money cost';
|