mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
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:
4
sql/updates/world/3.3.5/2021_09_11_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2021_09_11_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user