We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fe2d6 commit d2c1841Copy full SHA for d2c1841
src/server/game/Battlegrounds/Zones/BattlegroundAB.h
@@ -130,7 +130,7 @@ enum BG_AB_Timers
130
131
enum BG_AB_Score
132
{
133
- BG_AB_WARNING_NEAR_VICTORY_SCORE = 1400,
+ BG_AB_WARNING_NEAR_VICTORY_SCORE = 1440,
134
BG_AB_MAX_TEAM_SCORE = 1600
135
};
136
@@ -197,8 +197,8 @@ enum BG_AB_Sounds
197
BG_AB_SOUND_NODE_CAPTURED_HORDE = 8213,
198
BG_AB_SOUND_NODE_ASSAULTED_ALLIANCE = 8212,
199
BG_AB_SOUND_NODE_ASSAULTED_HORDE = 8174,
200
- BG_AB_SOUND_NEAR_VICTORY_ALLIANCE = 8456,
201
- BG_AB_SOUND_NEAR_VICTORY_HORDE = 8457
+ BG_AB_SOUND_NEAR_VICTORY_ALLIANCE = 8457,
+ BG_AB_SOUND_NEAR_VICTORY_HORDE = 8456
202
203
204
enum BG_AB_Objectives
0 commit comments