mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
After switch to 3.x.x all data get explcitly from ClassMask fields in spell.dbc and no need in custom values. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
3 lines
159 B
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`;
|