fix(Scripts/Ulduar): Freya no longer stuck in combat with Hodir's helpers (#26576)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-07-13 16:38:38 -03:00
committed by GitHub
parent 2506288810
commit 8c3c35e582
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- Hodir helpers (#26330): swap PACIFIED (131072) for IMMUNE_TO_NPC (512) per sniffs, so Freya's
-- instance-wide Ground Tremor can't tag them and block her reset. SWIMMING kept where set;
-- immunity is cleared on Hodir engage (boss_hodir.cpp).
UPDATE `creature_template` SET `unit_flags` = (`unit_flags` & ~131072) | 512 WHERE `entry` IN (32893, 32897, 32900, 32901, 32941, 32946, 32948, 32950, 33325, 33326, 33327, 33328, 33330, 33331, 33332, 33333);