From e6f8d4e2f505c42e6c0f852b7b882c931c63bd34 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Thu, 18 Jun 2026 04:46:32 -0300 Subject: [PATCH] fix(DB/Creature): Hodir Flash Freeze is no longer immune to Bleed (#26261) Co-authored-by: Claude Opus 4.8 --- data/sql/updates/pending_db_world/rev_1781744195259833100.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1781744195259833100.sql diff --git a/data/sql/updates/pending_db_world/rev_1781744195259833100.sql b/data/sql/updates/pending_db_world/rev_1781744195259833100.sql new file mode 100644 index 0000000000..0ad0b8f652 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1781744195259833100.sql @@ -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);