Skip to content

Commit

Permalink
fix(Core/Battleground): EOTS adjust flag respawn timer (#18759)
Browse files Browse the repository at this point in the history
adjust flag respawn timer
  • Loading branch information
balleny committed Apr 27, 2024
1 parent 9df0c08 commit 7a2f6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Battlegrounds/Zones/BattlegroundEY.h
Expand Up @@ -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
Expand Down

0 comments on commit 7a2f6ff

Please sign in to comment.