Scripts/IcecrownCitadel: Implemented Vampiric Might spell (#25556)

Closes #21294

(cherry picked from commit dadc0c98c0)
This commit is contained in:
Keader
2020-10-11 13:33:02 -03:00
committed by Shauren
parent 6cd16b0ca9
commit ec3cb55d2f
2 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_deathwhisper_vampiric_might';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(70674,'spell_deathwhisper_vampiric_might');