diff options
| -rw-r--r-- | src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp index 995cb8d78bb..8e3728ac0a0 100644 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp @@ -736,7 +736,7 @@ struct boss_the_lich_king : public BossAI summons.Summon(summon); summon->SetReactState(REACT_PASSIVE); summon->SetSpeedRate(MOVE_FLIGHT, 0.5f); - summon->GetMotionMaster()->MoveRandom(10.0f); + summon->GetMotionMaster()->MoveRandom(5.0f, true); if (!events.IsInPhase(PHASE_FROSTMOURNE)) summon->m_Events.AddEvent(new VileSpiritActivateEvent(summon), summon->m_Events.CalculateTime(15s)); return; |
