aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJildor <Jildor@users.noreply.github.com>2019-10-20 21:13:25 +0200
committerKillyana <morphone1@gmail.com>2019-10-20 21:13:25 +0200
commitc023b7aeff22db2a31a3fb8e285a020c6f6cb23e (patch)
tree2f79cd52191bc716af2c1ccf390497b95a85d8be
parentec81d1c6a9f4c5e27764f6a6c4111e1275195c0b (diff)
DB/Creature: Bronjahm interrupt immunity
Closes #23870
-rw-r--r--sql/updates/world/3.3.5/2019_10_20_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_10_20_02_world.sql b/sql/updates/world/3.3.5/2019_10_20_02_world.sql
new file mode 100644
index 00000000000..6ed5ad174f1
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_10_20_02_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|33554432 WHERE `entry` IN (36497,36498);