aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp2
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;