fix(Core/Battleground): Adjust Eye of the Storm tick rate. (#19007)
This commit is contained in:
parent
3913618f87
commit
4909a31328
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ enum BG_EY_Timers
|
|||
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
|
||||
BG_EY_FPOINTS_TICK_TIME = 2 * IN_MILLISECONDS
|
||||
};
|
||||
|
||||
enum BG_EY_WorldStates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue