*Add config option MinRecordUpdateTimeDiff to prevent timediff spams.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-01-08 14:57:46 -06:00
parent 4296a32f60
commit b57516e170
4 changed files with 19 additions and 8 deletions

View File

@@ -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 = ""