Scripts/ICC: Implemented spell Dark Reckoning

Closes #26941
This commit is contained in:
Keader
2021-09-28 21:48:46 -03:00
parent 1526de722c
commit bddf41e718
2 changed files with 31 additions and 0 deletions

View File

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