From 574cbb1c19c6d200118c190a452a8e7234fd3019 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 11 Dec 2025 17:32:14 +0100 Subject: [PATCH] DB/Creature: Remove Gal'darah disarm immunity closes #31559 by azerothcore --- sql/updates/world/3.3.5/2025_12_11_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_12_11_00_world.sql diff --git a/sql/updates/world/3.3.5/2025_12_11_00_world.sql b/sql/updates/world/3.3.5/2025_12_11_00_world.sql new file mode 100644 index 00000000000..a33f973d82a --- /dev/null +++ b/sql/updates/world/3.3.5/2025_12_11_00_world.sql @@ -0,0 +1,2 @@ +-- Remove Gal'darah disarm immunity +UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`&~4 WHERE `entry` IN (31368, 29306);