From 4a366a5e6ec01073360b9caaff38c9ccb9b39133 Mon Sep 17 00:00:00 2001 From: _manuel_ Date: Tue, 12 Jan 2010 02:14:05 -0300 Subject: Closes #292. Updates flag respawn timer from battlegrounds and updates max score and score warning from Eye of the Storm. Fix by naitsabes.s --HG-- branch : trunk --- src/game/BattleGroundEY.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/game/BattleGroundEY.h b/src/game/BattleGroundEY.h index 3385a06bfb0..2fca9bc69be 100644 --- a/src/game/BattleGroundEY.h +++ b/src/game/BattleGroundEY.h @@ -25,7 +25,7 @@ class BattleGround; -#define BG_EY_FLAG_RESPAWN_TIME (10*IN_MILISECONDS) //10 seconds +#define BG_EY_FLAG_RESPAWN_TIME (8*IN_MILISECONDS) //8 seconds #define BG_EY_FPOINTS_TICK_TIME (2*IN_MILISECONDS) //2 seconds enum BG_EY_WorldStates @@ -216,8 +216,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 -- cgit v1.2.3