mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
In vendor list show own vedor items + template ites if any. Vendor template item lists selected by id stored in creature_template.vendor_id
4 lines
247 B
SQL
4 lines
247 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_10679_01_mangos_npc_vendor_template required_10679_02_mangos_creature_template bit;
|
|
|
|
ALTER TABLE creature_template
|
|
ADD COLUMN vendor_id mediumint(8) unsigned NOT NULL default '0' AFTER equipment_id;
|