mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 13:37:08 +00:00
Also * Allow have in aura_spell spells with SPELL_AURA_PHASE in first effect. * Allow negative aura_spell chaining in spell_area table. * Better check at loading duplicate data (by requiremnt set) in spell_area table.
4 lines
218 B
SQL
4 lines
218 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_7369_01_mangos_quest_template required_7376_01_mangos_spell_area bit;
|
|
|
|
ALTER TABLE spell_area
|
|
CHANGE COLUMN `aura_spell` `aura_spell` mediumint(8) NOT NULL default '0';
|