diff options
| author | megamage <none@none> | 2009-01-08 14:57:46 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-08 14:57:46 -0600 |
| commit | b57516e170cb3dd09ee7d4335dee0f8bbbc4a1df (patch) | |
| tree | 4105527f87dabbd5fea344fbfa1be7c8ebe1f508 /src/trinitycore | |
| parent | 4296a32f606183189acafbaf90f952a0ee385b8f (diff) | |
*Add config option MinRecordUpdateTimeDiff to prevent timediff spams.
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore')
| -rw-r--r-- | src/trinitycore/trinitycore.conf.dist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index db4a22fe223..91b0209acd4 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -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 = ""
\ No newline at end of file +MinRecordUpdateTimeDiff = 10 +PlayerStart.String = "" |
