fix(Scripts/Karazhan): Fix Moroes resetting during Vanish (#25333)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
eb09ad5d60
commit
e144326f02
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue