refactor(Scripts/Spells): convert spell_mage into new system (#9058)
This commit is contained in:
parent
af02a8990a
commit
ef0bbc4c7b
2 changed files with 611 additions and 839 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue