Skip to content

Commit

Permalink
You now only need 1600 resources to win in AB and EY.
Browse files Browse the repository at this point in the history
Signed-off-by: hunuza <[email protected]>
  • Loading branch information
hunuza committed Sep 26, 2009
1 parent 101262a commit 089ad9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/game/BattleGroundAB.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ enum BG_AB_Timers

enum BG_AB_Score
{
BG_AB_WARNING_NEAR_VICTORY_SCORE = 1800,
BG_AB_MAX_TEAM_SCORE = 2000
BG_AB_WARNING_NEAR_VICTORY_SCORE = 1400,
BG_AB_MAX_TEAM_SCORE = 1600
};

/* do NOT change the order, else wrong behaviour */
Expand Down
4 changes: 2 additions & 2 deletions src/game/BattleGroundEY.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ enum EYBattleGroundObjectTypes

enum BG_EY_Score
{
BG_EY_WARNING_NEAR_VICTORY_SCORE = 1800,
BG_EY_MAX_TEAM_SCORE = 2000
BG_EY_WARNING_NEAR_VICTORY_SCORE = 1400,
BG_EY_MAX_TEAM_SCORE = 1600
};

enum BG_EY_FlagState
Expand Down

0 comments on commit 089ad9e

Please sign in to comment.