From 144f77eb2a575b8a2b57cccd15ba297dd3f84ae8 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Sun, 26 Jul 2026 06:16:02 -0300 Subject: [PATCH] fix(DB/Immunities): allow Mind Control on 25-man Naxxramas Worshippers (#26815) --- .../updates/pending_db_world/rev_1785029398836777100.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1785029398836777100.sql diff --git a/data/sql/updates/pending_db_world/rev_1785029398836777100.sql b/data/sql/updates/pending_db_world/rev_1785029398836777100.sql new file mode 100644 index 000000000..cadc894f4 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1785029398836777100.sql @@ -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;