Skip to content

Commit d2c1841

Browse files
authored
Core/Battlegrounds: Corrected Arathi Basin near victory sound and score threshold (#30690)
1 parent 62fe2d6 commit d2c1841

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/server/game/Battlegrounds/Zones/BattlegroundAB.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ enum BG_AB_Timers
130130

131131
enum BG_AB_Score
132132
{
133-
BG_AB_WARNING_NEAR_VICTORY_SCORE = 1400,
133+
BG_AB_WARNING_NEAR_VICTORY_SCORE = 1440,
134134
BG_AB_MAX_TEAM_SCORE = 1600
135135
};
136136

@@ -197,8 +197,8 @@ enum BG_AB_Sounds
197197
BG_AB_SOUND_NODE_CAPTURED_HORDE = 8213,
198198
BG_AB_SOUND_NODE_ASSAULTED_ALLIANCE = 8212,
199199
BG_AB_SOUND_NODE_ASSAULTED_HORDE = 8174,
200-
BG_AB_SOUND_NEAR_VICTORY_ALLIANCE = 8456,
201-
BG_AB_SOUND_NEAR_VICTORY_HORDE = 8457
200+
BG_AB_SOUND_NEAR_VICTORY_ALLIANCE = 8457,
201+
BG_AB_SOUND_NEAR_VICTORY_HORDE = 8456
202202
};
203203

204204
enum BG_AB_Objectives

0 commit comments

Comments
 (0)