mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Scripts/IcecrownCitadel: Implemented Vampiric Might spell (#25556)
Closes #21294
(cherry picked from commit dadc0c98c0)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user