diff --git a/Source/Game/BattleGrounds/Zones/StrandofAncients.cs b/Source/Game/BattleGrounds/Zones/StrandofAncients.cs index 80794c1ec..cfab014fd 100644 --- a/Source/Game/BattleGrounds/Zones/StrandofAncients.cs +++ b/Source/Game/BattleGrounds/Zones/StrandofAncients.cs @@ -488,7 +488,8 @@ namespace Game.BattleGrounds.Zones SendTransportInit(player); - TeleportToEntrancePosition(player); + if (!isInBattleground) + TeleportToEntrancePosition(player); } public override void RemovePlayer(Player player, ObjectGuid guid, Team team) { }