From 1e0b93abdb99e91db2a23d7053ccf4a442e36963 Mon Sep 17 00:00:00 2001 From: hunuza Date: Sat, 26 Sep 2009 18:14:49 +0200 Subject: [PATCH] You now only need 1600 resources to win in AB and EY. Signed-off-by: hunuza --- src/game/BattleGroundAB.h | 4 ++-- src/game/BattleGroundEY.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/game/BattleGroundAB.h b/src/game/BattleGroundAB.h index e01e78f66..30471f1ee 100644 --- a/src/game/BattleGroundAB.h +++ b/src/game/BattleGroundAB.h @@ -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 */ diff --git a/src/game/BattleGroundEY.h b/src/game/BattleGroundEY.h index 05200658f..af9a189ff 100644 --- a/src/game/BattleGroundEY.h +++ b/src/game/BattleGroundEY.h @@ -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