mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
*Add config option MinRecordUpdateTimeDiff to prevent timediff spams.
--HG-- branch : trunk
This commit is contained in:
@@ -1265,6 +1265,9 @@ Ra.Secure = 1
|
||||
# >0 = Interval
|
||||
# 0 = Disable
|
||||
#
|
||||
# MinRecordUpdateTimeDiff
|
||||
# only record update time diff which is greater than this value
|
||||
#
|
||||
# PlayerStart.String
|
||||
# If set to anything else than "", this string will be displayed to players when they login
|
||||
# to a newly created character.
|
||||
@@ -1285,4 +1288,5 @@ PvPToken.ItemCount = 1
|
||||
NoResetTalentsCost = 0
|
||||
ShowKickInWorld = 0
|
||||
RecordUpdateTimeDiffInterval = 60000
|
||||
PlayerStart.String = ""
|
||||
MinRecordUpdateTimeDiff = 10
|
||||
PlayerStart.String = ""
|
||||
|
||||
Reference in New Issue
Block a user