fix(DB/Immunities): allow Mind Control on 25-man Naxxramas Worshippers (#26815)

This commit is contained in:
Andrew
2026-07-26 06:16:02 -03:00
committed by GitHub
parent 3899eedb10
commit 144f77eb2a

View File

@@ -0,0 +1,6 @@
-- On 25-man, Faerlina's Frenzy is countered by Mind Controlling a Naxxramas
-- Worshipper to cast Widow's Embrace, so the 25-man entry must not be
-- charm-immune: -414 (with CHARM) -> -413 (same set without CHARM).
-- The 10-man entry (16506) keeps -414: there the Worshipper cannot be MC'd
-- and is killed next to Faerlina instead (casts Widow's Embrace on death).
UPDATE `creature_template` SET `CreatureImmunitiesId` = -413 WHERE `entry` = 29274;