Scripts/Spells: Wandering Plague should ignore targets under breakabl… (#26889)

* Scripts/Spells: Wandering Plague should ignore targets under breakable by damage crowd control effects.
Closes TrinityCore#26162
This commit is contained in:
Mikhail Redko
2021-09-11 23:46:16 +03:00
committed by GitHub
parent 70c3e58327
commit 5286ecfca8
2 changed files with 25 additions and 0 deletions

View File

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