fix(Core/Battleground): EOTS adjust flag respawn timer (#18759)
adjust flag respawn timer
This commit is contained in:
parent
9df0c08702
commit
7a2f6ff8e5
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ enum BG_EY_Events
|
|||
|
||||
enum BG_EY_Timers
|
||||
{
|
||||
BG_EY_FLAG_RESPAWN_TIME = 20 * IN_MILLISECONDS,
|
||||
BG_EY_FLAG_RESPAWN_TIME = 10 * IN_MILLISECONDS,
|
||||
BG_EY_FLAG_ON_GROUND_TIME = 10 * IN_MILLISECONDS,
|
||||
BG_EY_FPOINTS_CHECK_TIME = 2 * IN_MILLISECONDS,
|
||||
BG_EY_FPOINTS_TICK_TIME = 1 * IN_MILLISECONDS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue