diff options
Diffstat (limited to 'src/server/game/Battlefield/Battlefield.cpp')
-rw-r--r-- | src/server/game/Battlefield/Battlefield.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/server/game/Battlefield/Battlefield.cpp b/src/server/game/Battlefield/Battlefield.cpp index 3d725284cc1..76b6e66b219 100644 --- a/src/server/game/Battlefield/Battlefield.cpp +++ b/src/server/game/Battlefield/Battlefield.cpp @@ -322,8 +322,6 @@ void Battlefield::StartBattle() InvitePlayersInZoneToWar(); InvitePlayersInQueueToWar(); - DoPlaySoundToAll(BF_START); - OnBattleStart(); } @@ -339,11 +337,6 @@ void Battlefield::EndBattle(bool endByTimer) if (!endByTimer) SetDefenderTeam(GetAttackerTeam()); - if (GetDefenderTeam() == TEAM_ALLIANCE) - DoPlaySoundToAll(BF_ALLIANCE_WINS); - else - DoPlaySoundToAll(BF_HORDE_WINS); - OnBattleEnd(endByTimer); // Reset battlefield timer |