We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8562ef1 commit a1940abCopy full SHA for a1940ab
1 file changed
src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp
@@ -736,7 +736,7 @@ struct boss_the_lich_king : public BossAI
736
summons.Summon(summon);
737
summon->SetReactState(REACT_PASSIVE);
738
summon->SetSpeedRate(MOVE_FLIGHT, 0.5f);
739
- summon->GetMotionMaster()->MoveRandom(10.0f);
+ summon->GetMotionMaster()->MoveRandom(5.0f, true);
740
if (!events.IsInPhase(PHASE_FROSTMOURNE))
741
summon->m_Events.AddEvent(new VileSpiritActivateEvent(summon), summon->m_Events.CalculateTime(15s));
742
return;
0 commit comments