mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
feat(Core/Spells): Move Spell death knight initiate visual to spell scripts (#11103)
This commit is contained in:
committed by
GitHub
parent
ab97efdce9
commit
a704aa3005
@@ -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');
|
||||
Reference in New Issue
Block a user