refactor(Scripts/Spells): convert spell_mage into new system (#9058)

This commit is contained in:
Kitzunu
2021-11-09 11:44:37 +01:00
committed by GitHub
parent af02a8990a
commit ef0bbc4c7b
2 changed files with 611 additions and 839 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1636371600934152600');
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_mage_polymorph_visual';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(32826,'spell_mage_polymorph_cast_visual');

File diff suppressed because it is too large Load Diff