diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Battlegrounds/Battleground.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Battlegrounds/Battleground.h b/src/server/game/Battlegrounds/Battleground.h index a065d49462f..8096026b840 100644 --- a/src/server/game/Battlegrounds/Battleground.h +++ b/src/server/game/Battlegrounds/Battleground.h @@ -129,7 +129,7 @@ enum BattlegroundTimeIntervals BUFF_RESPAWN_TIME = 180, // secs BATTLEGROUND_COUNTDOWN_MAX = 120, // secs ARENA_COUNTDOWN_MAX = 60, // secs - PLAYER_POSITION_UPDATE_INTERVAL = 5 // secs + PLAYER_POSITION_UPDATE_INTERVAL = 5000, // ms }; enum BattlegroundStartTimeIntervals |