aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/BattleGroundSA.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/BattleGroundSA.h b/src/game/BattleGroundSA.h
index 18653d655c3..a8f85a6dbf0 100644
--- a/src/game/BattleGroundSA.h
+++ b/src/game/BattleGroundSA.h
@@ -32,9 +32,9 @@ class BattleGroundSAScore : public BattleGroundScore
enum BG_SA_Honor
{
- BG_SA_HONOR_LOSE = 124,
- BG_SA_HONOR_WIN = 248,
- BG_SA_HONOR_END = 124
+ // Both teams get 248 honor, winning team gets an extra 124.
+ BG_SA_HONOR_WIN = 124,
+ BG_SA_HONOR_END = 248
};