From 7f5a4feba775f6e5b0b09d36064e7e6d0c153b9d Mon Sep 17 00:00:00 2001 From: p0wer Date: Tue, 2 Mar 2010 20:48:40 -0600 Subject: Fix values for honor gain after SotA end. Someone slap me, because I cannot get things right on the first time, ever. :P --HG-- branch : trunk --- src/game/BattleGroundSA.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 }; -- cgit v1.2.3