From 3218a296b074a8c7899802abe807aa8dd6b1de59 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 16 Mar 2024 11:10:22 +0100 Subject: [PATCH] DB/Creature: Remove stun immunity from Captain Balinda Stonehearth and Captain Galvangar by CraftedRO --- sql/updates/world/3.3.5/2024_03_16_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_03_16_00_world.sql diff --git a/sql/updates/world/3.3.5/2024_03_16_00_world.sql b/sql/updates/world/3.3.5/2024_03_16_00_world.sql new file mode 100644 index 0000000000000..3bbaece2ee3fc --- /dev/null +++ b/sql/updates/world/3.3.5/2024_03_16_00_world.sql @@ -0,0 +1,2 @@ +-- Remove stun immunity from Captain Balinda Stonehearth and Captain Galvangar for all entries +UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`&~2048 WHERE `entry` IN (22605,31820,37243,22606,31055,37244);