From 5286ecfca894df1f62b936d20c73d90eb89466ea Mon Sep 17 00:00:00 2001 From: Mikhail Redko Date: Sat, 11 Sep 2021 23:46:16 +0300 Subject: Scripts/Spells: Wandering Plague should ignore targets under breakabl… (#26889) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Scripts/Spells: Wandering Plague should ignore targets under breakable by damage crowd control effects. Closes TrinityCore#26162 --- sql/updates/world/3.3.5/2021_09_11_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_09_11_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_09_11_00_world.sql b/sql/updates/world/3.3.5/2021_09_11_00_world.sql new file mode 100644 index 00000000000..39a5097bfa3 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_09_11_00_world.sql @@ -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'); -- cgit v1.2.3