diff options
Diffstat (limited to 'src/server/scripts/BrokenIsles')
| -rw-r--r-- | src/server/scripts/BrokenIsles/MawOfSouls/boss_ymiron_the_fallen_king.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/scripts/BrokenIsles/MawOfSouls/boss_ymiron_the_fallen_king.cpp b/src/server/scripts/BrokenIsles/MawOfSouls/boss_ymiron_the_fallen_king.cpp index 6ab34f040b7..b6ca8109f40 100644 --- a/src/server/scripts/BrokenIsles/MawOfSouls/boss_ymiron_the_fallen_king.cpp +++ b/src/server/scripts/BrokenIsles/MawOfSouls/boss_ymiron_the_fallen_king.cpp @@ -553,8 +553,7 @@ struct at_ymiron_the_fallen_king_bane : AreaTriggerAI AreaTriggerOrbitInfo orbitInfo; orbitInfo.CounterClockwise = false; orbitInfo.CanLoop = true; - orbitInfo.ElapsedTimeForMovement = 0; - orbitInfo.StartDelay = 0; + orbitInfo.ExtraTimeForBlending = 0; orbitInfo.Radius = radius; orbitInfo.BlendFromRadius = radius; orbitInfo.InitialAngle = angle; |
