diff options
| author | Shauren <shauren.trinity@gmail.com> | 2025-08-13 00:31:39 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2025-08-13 00:31:39 +0200 |
| commit | 5cf0c6c8bb2c4e58a2d66ba5f304af34d18a4782 (patch) | |
| tree | 0616f3e83f511aae0e10916f0c22161017e09c24 /src/server/scripts/BrokenIsles | |
| parent | 82f19c898815e3bc5bb6288b0191ee897594f9b5 (diff) | |
Core: Updated to 11.2.0
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; |
