server/sql/updates/12472_01_mangos_npc_vendor.sql

3 lines
238 B
SQL

ALTER TABLE db_version CHANGE COLUMN required_c12466_01_mangos_spell_script_target required_c12472_01_mangos_npc_vendor bit;
ALTER TABLE npc_vendor ADD COLUMN `condition_id` mediumint(8) unsigned NOT NULL default '0' AFTER ExtendedCost;