fix(Scripts/Karazhan): Clear Moroes immunity flag on reset (#25972)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-05-25 23:34:36 -03:00
committed by GitHub
parent fd256afab3
commit af2c766a8c
@@ -119,6 +119,7 @@ struct boss_moroes : public BossAI
DoCastSelf(SPELL_DUAL_WIELD, true);
_recentlySpoken = false;
_vanished = false;
me->SetImmuneToAll(false);
InitializeGuests();