mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
Core/Battlegrounds: Corrected unit of PLAYER_POSITION_UPDATE_INTERVAL, should be milliseconds not seconds (#28247)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user