From 5cf0c6c8bb2c4e58a2d66ba5f304af34d18a4782 Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 13 Aug 2025 00:31:39 +0200 Subject: Core: Updated to 11.2.0 --- .../scripts/BrokenIsles/MawOfSouls/boss_ymiron_the_fallen_king.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/server/scripts/BrokenIsles') 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; -- cgit v1.2.3