diff options
| author | CraftedRO <24683355+CraftedRO@users.noreply.github.com> | 2025-02-14 21:29:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-14 20:29:36 +0100 |
| commit | d2c1841960814c301e1da9d1b91f38ff881efac1 (patch) | |
| tree | f2952363c0fb77f66ab978ab0f4c35272d89b038 /src | |
| parent | 62fe2d6a8d848b9dcf106ccf9abee10c76493c5d (diff) | |
Core/Battlegrounds: Corrected Arathi Basin near victory sound and score threshold (#30690)
Diffstat (limited to 'src')
| -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 |
