aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-12-21 03:55:21 -0300
committerfunjoker <funjoker109@gmail.com>2021-04-15 05:53:27 +0200
commitfb4c6c2ba68d0e66f16d4e7db2a95ec1c67f30d9 (patch)
tree75107aba8d446bb7ed083e0696463c1dd0d17fbd
parentbebc20b4de7db2fa1b80ac481902a39d92bd4dc8 (diff)
DB/Creature: added interrupt immunities to some bosses
Closes #12020 (cherry picked from commit 7cc074f2a48db8266645e9c6b3a09ba48b484860)
-rw-r--r--sql/updates/world/master/2021_03_18_02_world_2017_12_21_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_03_18_02_world_2017_12_21_00_world.sql b/sql/updates/world/master/2021_03_18_02_world_2017_12_21_00_world.sql
new file mode 100644
index 00000000000..f1763e34575
--- /dev/null
+++ b/sql/updates/world/master/2021_03_18_02_world_2017_12_21_00_world.sql
@@ -0,0 +1,5 @@
+UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|33554432 WHERE `entry` IN
+(36626,37504,37505,37506, -- Festergut
+39863,39864,39944,39945, -- Halion (normal)
+40142,40143,40144,40145, -- Halion (twilight)
+34797,35447,35448,35449); -- Icehowl