aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-08-13 00:31:39 +0200
committerShauren <shauren.trinity@gmail.com>2025-08-13 00:31:39 +0200
commit5cf0c6c8bb2c4e58a2d66ba5f304af34d18a4782 (patch)
tree0616f3e83f511aae0e10916f0c22161017e09c24 /src/server/scripts
parent82f19c898815e3bc5bb6288b0191ee897594f9b5 (diff)
Core: Updated to 11.2.0
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/BrokenIsles/MawOfSouls/boss_ymiron_the_fallen_king.cpp3
-rw-r--r--src/server/scripts/Commands/cs_list.cpp2
2 files changed, 1 insertions, 4 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;
diff --git a/src/server/scripts/Commands/cs_list.cpp b/src/server/scripts/Commands/cs_list.cpp
index f552ab05115..7fd01f24efd 100644
--- a/src/server/scripts/Commands/cs_list.cpp
+++ b/src/server/scripts/Commands/cs_list.cpp
@@ -191,8 +191,6 @@ public:
itemPos = "[equipped]";
else if (Player::IsInventoryPos(itemBag, itemSlot))
itemPos = "[in inventory]";
- else if (Player::IsReagentBankPos(itemBag, itemSlot))
- itemPos = "[in reagent bank]";
else if (Player::IsBankPos(itemBag, itemSlot))
itemPos = "[in bank]";
else