diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/game/Battlegrounds/Zones/BattlegroundAB.cpp | 10 | ||||
| -rw-r--r-- | src/server/game/Battlegrounds/Zones/BattlegroundAV.cpp | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundAB.cpp b/src/server/game/Battlegrounds/Zones/BattlegroundAB.cpp index 1340ac1b1fc..46e72dded0c 100644 --- a/src/server/game/Battlegrounds/Zones/BattlegroundAB.cpp +++ b/src/server/game/Battlegrounds/Zones/BattlegroundAB.cpp @@ -242,17 +242,7 @@ void BattlegroundAB::HandleAreaTrigger(Player* player, uint32 trigger, bool ente TeleportPlayerToExploitLocation(player); break; case 3948: // Arathi Basin Alliance Exit. - if (player->GetTeam() != ALLIANCE) - player->GetSession()->SendNotification("Only The Alliance can use that portal"); - else - player->LeaveBattleground(); - break; case 3949: // Arathi Basin Horde Exit. - if (player->GetTeam() != HORDE) - player->GetSession()->SendNotification("Only The Horde can use that portal"); - else - player->LeaveBattleground(); - break; case 3866: // Stables case 3869: // Gold Mine case 3867: // Farm diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundAV.cpp b/src/server/game/Battlegrounds/Zones/BattlegroundAV.cpp index 8618aac7099..89c401a9d89 100644 --- a/src/server/game/Battlegrounds/Zones/BattlegroundAV.cpp +++ b/src/server/game/Battlegrounds/Zones/BattlegroundAV.cpp @@ -507,17 +507,7 @@ void BattlegroundAV::HandleAreaTrigger(Player* player, uint32 trigger, bool ente break; case 95: case 2608: - if (player->GetTeam() != ALLIANCE) - player->GetSession()->SendNotification("Only The Alliance can use that portal"); - else - player->LeaveBattleground(); - break; case 2606: - if (player->GetTeam() != HORDE) - player->GetSession()->SendNotification("Only The Horde can use that portal"); - else - player->LeaveBattleground(); - break; case 3326: case 3327: case 3328: |
