Skip to content

Commit

Permalink
Core/Battlegrounds: Corrected Arathi Basin near victory sound and sco…
Browse files Browse the repository at this point in the history
…re threshold (#30690)
  • Loading branch information
CraftedRO authored Feb 14, 2025
1 parent 62fe2d6 commit d2c1841
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/server/game/Battlegrounds/Zones/BattlegroundAB.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d2c1841

Please sign in to comment.