Skip to content

Commit

Permalink
Merge branch 'master' into ElunaMultiState
Browse files Browse the repository at this point in the history
  • Loading branch information
iThorgrim authored Jan 30, 2025
2 parents a75653c + ca51e7f commit 6b3811b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -333,11 +333,11 @@ struct boss_felmyst : public BossAI

void UpdateAI(uint32 diff) override
{
scheduler.Update(diff);

if (!UpdateVictim())
return;

scheduler.Update(diff);

if (!me->HasUnitMovementFlag(MOVEMENTFLAG_DISABLE_GRAVITY))
DoMeleeAttackIfReady();
}

0 comments on commit 6b3811b

Please # to comment.