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
This commit is contained in:
p0wer
2010-03-02 20:48:40 -06:00
parent 8f74403b0d
commit 7f5a4feba7

View File

@@ -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
};