fix(Scripts/SunwellPlateau): Fix Felmyst start fight (#21291)
This commit is contained in:
parent
2809f70dc1
commit
ca51e7fc22
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue