diff options
author | Keader <keader.android@gmail.com> | 2016-12-28 11:09:34 -0300 |
---|---|---|
committer | DoctorKraft <DoctorKraft@users.noreply.github.com> | 2018-03-18 00:19:42 +0100 |
commit | b88b1dca99609e3672fc7d3dd5ffce7531488efd (patch) | |
tree | c05709ee93c20320444ac1a02e1cebff242db36b /src | |
parent | ebdcebc94fe775e7dd5dc86940cbbd58a85421f5 (diff) |
Core/Scripts: Fixed chase movement in Palehoof encounter
Closes #15405
(cherry picked from commit db426ed0f9712f957d055109c22de2cfc20b50a9)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp b/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp index f86b488df1a..cffffe2a56a 100644 --- a/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp +++ b/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp @@ -788,7 +788,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; |