diff options
| -rw-r--r-- | src/server/game/Battlegrounds/Zones/BattlegroundAB.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundAB.h b/src/server/game/Battlegrounds/Zones/BattlegroundAB.h index a57c38e435f..d23b751b83f 100644 --- a/src/server/game/Battlegrounds/Zones/BattlegroundAB.h +++ b/src/server/game/Battlegrounds/Zones/BattlegroundAB.h @@ -130,7 +130,7 @@ enum BG_AB_Timers enum BG_AB_Score { - BG_AB_WARNING_NEAR_VICTORY_SCORE = 1400, + BG_AB_WARNING_NEAR_VICTORY_SCORE = 1440, BG_AB_MAX_TEAM_SCORE = 1600 }; @@ -197,8 +197,8 @@ enum BG_AB_Sounds BG_AB_SOUND_NODE_CAPTURED_HORDE = 8213, BG_AB_SOUND_NODE_ASSAULTED_ALLIANCE = 8212, BG_AB_SOUND_NODE_ASSAULTED_HORDE = 8174, - BG_AB_SOUND_NEAR_VICTORY_ALLIANCE = 8456, - BG_AB_SOUND_NEAR_VICTORY_HORDE = 8457 + BG_AB_SOUND_NEAR_VICTORY_ALLIANCE = 8457, + BG_AB_SOUND_NEAR_VICTORY_HORDE = 8456 }; enum BG_AB_Objectives |
