fix(Scripts/Karazhan): Fix Moroes resetting during Vanish (#25333)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Andrew 2026-03-31 22:22:02 -03:00 committed by GitHub
parent eb09ad5d60
commit e144326f02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,7 +149,7 @@ struct boss_moroes : public BossAI
_vanished = true;
Talk(SAY_SPECIAL);
DoCastSelf(SPELL_VANISH);
me->SetImmuneToAll(true);
me->SetImmuneToAll(true, true);
scheduler.Schedule(5s, 7s, [this](TaskContext)
{
me->SetImmuneToAll(false);