diff options
| author | Mikhail Redko <ovitnez@gmail.com> | 2021-09-11 23:46:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-11 17:46:16 -0300 |
| commit | 5286ecfca894df1f62b936d20c73d90eb89466ea (patch) | |
| tree | 39e69b34da44ce653344f23ae174511fb7a462e7 /sql | |
| parent | 70c3e58327855eb0e05a235f31bf72e135846877 (diff) | |
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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_09_11_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |
