diff options
| author | Keader <keader.android@gmail.com> | 2016-12-28 11:09:34 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2016-12-28 11:09:34 -0300 |
| commit | db426ed0f9712f957d055109c22de2cfc20b50a9 (patch) | |
| tree | 59a2ac529190a273f69ae01819094b455ae0c09c /src/server/scripts | |
| parent | 93f4359e5322bd422bcea5386f1a1a9aa4cba4f8 (diff) | |
Core/Scripts: Fixed chase movement in Palehoof encounter
Closes #15405
Diffstat (limited to 'src/server/scripts')
| -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 3dec0c60991..808fcf1e71f 100644 --- a/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp +++ b/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_palehoof.cpp @@ -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; |
