fix(Scripts/TempleOfAhnQiraj): Fix Ouro not using abilities if there's only one player and he's out of his melee range (#13692)

fix(Scripts/TempleOfAhnQiraj): Fix Ouro not using abilities if
This commit is contained in:
Skjalf
2022-11-04 17:55:06 -03:00
committed by GitHub
parent a7cd116880
commit fc914f03f1

View File

@@ -292,9 +292,7 @@ struct boss_ouro : public BossAI
void UpdateAI(uint32 diff) override
{
//Return since we have no target
if (!UpdateVictim())
return;
UpdateVictim();
_scheduler.Update(diff, [this]
{