mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
3 lines
230 B
SQL
3 lines
230 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_c12594_01_mangos_spell_template required_c12601_01_mangos_spell_area bit;
|
|
|
|
ALTER TABLE spell_area ADD COLUMN `condition_id` mediumint(8) unsigned NOT NULL default '0' AFTER quest_end;
|