mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Utgarde Keep: Fixed Ingvar evade in phase 2 (again)
Closes #21264
(cherry picked from commit 96983fc6bb)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user