Scripts/Utgarde Keep: Fixed Ingvar evade in phase 2 (again)

Closes #21264

(cherry picked from commit 96983fc6bb)
This commit is contained in:
Keader
2018-01-19 20:56:27 -02:00
committed by Shauren
parent 2ef2fee3e7
commit 18b0135bf7

View File

@@ -198,7 +198,7 @@ class boss_ingvar_the_plunderer : public CreatureScript
void UpdateAI(uint32 diff) override
{
if (!UpdateVictim())
if (!events.IsInPhase(PHASE_EVENT) && !UpdateVictim())
return;
events.Update(diff);