aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-12-29 20:04:04 -0300
committerfunjoker <funjoker109@gmail.com>2021-04-15 05:53:27 +0200
commite84447ae2aaab2ea58242a9d5d11c55516e7a22b (patch)
treeacd57801ce4aa4d30b59f8988a75e75937d8559b
parent2c0d9e3301c509bf85c0c68a4c339fa8c0071042 (diff)
Remove wrong MECHANIC_SLOW_ATTACK immunity from creatures
- Bosses need to be affected by tank debuffs (ie Thunder Clap, Judgements of the Just, Infected Wounds, Frost Fever) Ref 8ecde2f96b2b9a7f6e5cf49f1d16867bb571b886 (cherry picked from commit 527ef19ae8a0c82b1c0d7798c15c3f3f22162106)
-rw-r--r--sql/updates/world/master/2021_03_20_00_world_2017_12_30_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_03_20_00_world_2017_12_30_00_world.sql b/sql/updates/world/master/2021_03_20_00_world_2017_12_30_00_world.sql
new file mode 100644
index 00000000000..83465eb3934
--- /dev/null
+++ b/sql/updates/world/master/2021_03_20_00_world_2017_12_30_00_world.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` & 0xFFFFFF7F;