Core/Scripts: Fixed chase movement in Palehoof encounter

Closes #15405
This commit is contained in:
Keader
2016-12-28 11:09:34 -03:00
parent 93f4359e53
commit db426ed0f9

View File

@@ -784,7 +784,6 @@ public:
nextBoss->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE | UNIT_FLAG_NON_ATTACKABLE | UNIT_FLAG_NOT_ATTACKABLE_1 | UNIT_FLAG_IMMUNE_TO_PC);
nextBoss->SetStandState(UNIT_STAND_STATE_STAND);
nextBoss->SetInCombatWithZone();
nextBoss->Attack(nextBoss->SelectNearestTarget(100), true);
}
currentPhase = PHASE_NONE;