mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Core: Updated to 11.2.0
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user