Skip to content

Commit

Permalink
fix(Scripts/SSC): do reset threat list for p3 in the right place (aze…
Browse files Browse the repository at this point in the history
  • Loading branch information
elthehablo authored Feb 19, 2024
1 parent 86bff27 commit 5955f28
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ struct boss_leotheras_the_blind : public BossAI
}

me->SetUnitFlag(UNIT_FLAG_NOT_SELECTABLE);

DoResetThreatList();
me->ClearTarget();
me->SendMeleeAttackStop();
scheduler.CancelGroup(GROUP_DEMON);
Expand All @@ -112,6 +110,7 @@ struct boss_leotheras_the_blind : public BossAI
DoCastSelf(SPELL_SUMMON_SHADOW_OF_LEOTHERAS);
}).Schedule(6s, [this](TaskContext)
{
DoResetThreatList();
me->RemoveUnitFlag(UNIT_FLAG_NOT_SELECTABLE);
me->SetStandState(UNIT_STAND_STATE_STAND);
me->SetReactState(REACT_AGGRESSIVE);
Expand Down

0 comments on commit 5955f28

Please sign in to comment.