mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 10:37:02 +00:00
You now only need 1600 resources to win in AB and EY.
Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
parent
f06741d7c4
commit
1e0b93abdb
2 changed files with 4 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue