server/sql/updates/0.14/8191_01_mangos_spell_affect.sql

3 lines
159 B
SQL

ALTER TABLE db_version CHANGE COLUMN required_8190_01_mangos_creature_template required_8191_01_mangos_spell_affect bit;
DROP TABLE IF EXISTS `spell_affect`;