From c023b7aeff22db2a31a3fb8e285a020c6f6cb23e Mon Sep 17 00:00:00 2001 From: Jildor Date: Sun, 20 Oct 2019 21:13:25 +0200 Subject: DB/Creature: Bronjahm interrupt immunity Closes #23870 --- sql/updates/world/3.3.5/2019_10_20_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_10_20_02_world.sql 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); -- cgit v1.2.3