diff options
author | _manuel_ <none@none> | 2010-01-12 02:14:05 -0300 |
---|---|---|
committer | _manuel_ <none@none> | 2010-01-12 02:14:05 -0300 |
commit | 4a366a5e6ec01073360b9caaff38c9ccb9b39133 (patch) | |
tree | 95136e74bd410e9f74f63417cbde2ce4aaa139b9 | |
parent | a7c23494c32cd881ac755d77555f1132001bc132 (diff) |
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
-rw-r--r-- | src/game/BattleGroundEY.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |