From e84447ae2aaab2ea58242a9d5d11c55516e7a22b Mon Sep 17 00:00:00 2001 From: ariel- Date: Fri, 29 Dec 2017 20:04:04 -0300 Subject: 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) --- sql/updates/world/master/2021_03_20_00_world_2017_12_30_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2021_03_20_00_world_2017_12_30_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3