feat(Core/Spells): Move Spell death knight initiate visual to spell scripts (#11103)
This commit is contained in:
parent
ab97efdce9
commit
a704aa3005
3 changed files with 53 additions and 78 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1647924729405978168');
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_death_knight_initiate_visual');
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(51519, 'spell_death_knight_initiate_visual');
|
||||
Loading…
Add table
Add a link
Reference in a new issue