mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 04:37:01 +00:00
This let have in `playercreateinfo_spell` only expected at character creating spells for simplify updating.
6 lines
318 B
SQL
6 lines
318 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_7063_01_mangos_spell_proc_event required_7067_01_mangos_playercreateinfo_spell bit;
|
|
|
|
ALTER TABLE playercreateinfo_spell
|
|
DROP COLUMN Active;
|
|
|
|
DELETE FROM playercreateinfo_spell WHERE Spell IN (1178,3025,5419,5420,5421,7376,7381,9635,21156,21178,24905,33948,34123,40121);
|