fix(Core/Battleground): EOTS adjust flag respawn timer (#18759)

adjust flag respawn timer
This commit is contained in:
Balleny
2024-04-27 11:17:11 +02:00
committed by GitHub
parent 9df0c08702
commit 7a2f6ff8e5

View File

@@ -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