mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 01:37:02 +00:00
Thanks to Shauren for research flag ITEM_FLAGS2_COST_REQUIRES_GOLD meaning and inspiring in general what must be done long time ago with field rename and other enum values listing.
5 lines
221 B
SQL
5 lines
221 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_10197_01_mangos_playercreateinfo required_10203_01_mangos_item_template bit;
|
|
|
|
ALTER TABLE item_template
|
|
CHANGE COLUMN Faction Flags2 int(10) unsigned NOT NULL default '0';
|
|
|