fix(DB/Creature): Hodir Flash Freeze is no longer immune to Bleed (#26261)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-06-18 04:46:32 -03:00
committed by GitHub
parent 8cb229172a
commit e6f8d4e2f5
@@ -0,0 +1,4 @@
--
-- Hodir: Flash Freeze should not be Bleed-immune (let Warriors apply Rend).
-- Move to preset -361 (identical to -369 but without the BLEED mechanic).
UPDATE `creature_template` SET `CreatureImmunitiesId` = -361 WHERE `entry` IN (32926, 32938, 33352, 33353);