Core/Time: Remove artificially high minimal update intervals
Port From (https://github.com/TrinityCore/TrinityCore/commit/3a67e376811743be208da4aab8a9e452e1ae637e)
This commit is contained in:
@@ -334,9 +334,9 @@ GridCleanUpDelay = 300000
|
||||
#
|
||||
# MapUpdateInterval
|
||||
# Description: Time (milliseconds) for map update interval.
|
||||
# Default: 100 - (0.1 second)
|
||||
# Default: 10 - (0.01 second)
|
||||
|
||||
MapUpdateInterval = 100
|
||||
MapUpdateInterval = 10
|
||||
|
||||
#
|
||||
# ChangeWeatherInterval
|
||||
|
||||
Reference in New Issue
Block a user