Skip to content

Commit 683b666

Browse files
committed
[Custom] Add IGNORE_COMBAT for 17161 Blizzard (Shade of Aran)
After boss casts blizzard on trigger it keeps raid in combat after aran is dead
1 parent f0c4d6c commit 683b666

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

utilities/cmangos_custom.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ UPDATE creature_template SET UnitFlags = UnitFlags|640 WHERE entry = 17578;
207207
-- mmap issues
208208
UPDATE creature_template SET ExtraFlags = ExtraFlags|16384 WHERE `entry` IN (19608,21554); -- Frayer Wildling (Botanica)
209209

210+
-- https://github.com/cmangos/issues/wiki/CreatureStaticFlags
211+
-- Blizzard (Shade of Aran) Entry: 17161 Counter: 5320734
212+
UPDATE creature_template set StaticFlags1=StaticFlags1|0x02000000 where entry = 17161; -- IGNORE_COMBAT
213+
210214
-- -------------------------------
211215

212216
-- Displayid

0 commit comments

Comments
 (0)