feat(Core/Spells): Move Spell death knight initiate visual to spell scripts (#11103)

This commit is contained in:
IntelligentQuantum
2022-03-27 09:32:17 +04:30
committed by GitHub
parent ab97efdce9
commit a704aa3005
3 changed files with 53 additions and 78 deletions

View File

@@ -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');