From c1b0ffbef8c69a8f2285dae42abae57261630b2d 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 (cherry picked from commit c023b7aeff22db2a31a3fb8e285a020c6f6cb23e) --- sql/updates/world/master/2021_12_18_48_world_2019_10_20_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_12_18_48_world_2019_10_20_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_12_18_48_world_2019_10_20_02_world.sql b/sql/updates/world/master/2021_12_18_48_world_2019_10_20_02_world.sql new file mode 100644 index 00000000000..6ed5ad174f1 --- /dev/null +++ b/sql/updates/world/master/2021_12_18_48_world_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