From 4e74894fd6699a5ff03c6a414de113fa4a3931a3 Mon Sep 17 00:00:00 2001 From: zackchadwick <73787423+zackchadwick@users.noreply.github.com> Date: Wed, 22 Jul 2026 12:59:16 -0400 Subject: [PATCH] fix(DB/Creature): Patchwork Golem, Bile Retcher, Sludge Belcher stun fix (#26502) --- data/sql/updates/pending_db_world/rev_1783313468278760539.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1783313468278760539.sql diff --git a/data/sql/updates/pending_db_world/rev_1783313468278760539.sql b/data/sql/updates/pending_db_world/rev_1783313468278760539.sql new file mode 100644 index 000000000..efd98262f --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1783313468278760539.sql @@ -0,0 +1,3 @@ +-- Set Patchwork Golem and Bile Retcher stun immunity and Sludge Belcher stunnable for Naxxramas 10/25. +UPDATE `creature_template` SET `CreatureImmunitiesId` = -405 WHERE `entry` IN (16017, 16018, 29347, 29353); +UPDATE `creature_template` SET `CreatureImmunitiesId` = -93 WHERE `entry` IN (16029, 29356);