aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Battlegrounds/Zones/BattlegroundIC.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundIC.cpp b/src/server/game/Battlegrounds/Zones/BattlegroundIC.cpp
index bdc9fa36328..0855408c932 100644
--- a/src/server/game/Battlegrounds/Zones/BattlegroundIC.cpp
+++ b/src/server/game/Battlegrounds/Zones/BattlegroundIC.cpp
@@ -59,17 +59,6 @@ BattlegroundIC::BattlegroundIC()
BattlegroundIC::~BattlegroundIC()
{
- if (gunshipHorde)
- {
- gunshipHorde->RemoveFromWorld();
- delete gunshipHorde;
- }
-
- if (gunshipAlliance)
- {
- gunshipAlliance->RemoveFromWorld();
- delete gunshipAlliance;
- }
}
void BattlegroundIC::HandlePlayerResurrect(Player* player)