fix(Scripts/Magtheridon): update scheduler before UpdateVictim check (#25379)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b00b424d63
commit
030006dd57
1 changed files with 2 additions and 1 deletions
|
|
@ -242,10 +242,11 @@ struct boss_magtheridon : public BossAI
|
|||
|
||||
void UpdateAI(uint32 diff) override
|
||||
{
|
||||
scheduler.Update(diff);
|
||||
|
||||
if (!UpdateVictim())
|
||||
return;
|
||||
|
||||
scheduler.Update(diff);
|
||||
_interruptScheduler.Update(diff);
|
||||
|
||||
if (_currentPhase != 1 && !_castingQuake)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue