fix(DB/Creature): Patchwork Golem, Bile Retcher, Sludge Belcher stun fix (#26502)

This commit is contained in:
zackchadwick
2026-07-22 12:59:16 -04:00
committed by GitHub
parent 8a9ffffa2e
commit 4e74894fd6

View File

@@ -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);