diff options
| author | megamage <none@none> | 2009-06-17 14:09:17 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-06-17 14:09:17 -0500 |
| commit | 2d569883e643ac08d5af6b23f9a0cd3ac4dc0d80 (patch) | |
| tree | 9b2201d23090a9fddabf04e19a4afea0aaa70b2f /src/trinitycore | |
| parent | cf99758b0b0f857dda37e355801929ece4e6e928 (diff) | |
*Add config option CheckDB to check if the contents in FULL folder are applied.
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore')
| -rw-r--r-- | src/trinitycore/trinitycore.conf.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index 90e0ddc1266..bc6d907fbe0 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -1620,6 +1620,11 @@ Ra.Secure = 1 # to a newly created character. # Default: "" - send no text # +# CheckDB +# Check if your DB is outdated. Disabling this option means that you decide to use a DB which is +# not compatible with TrinityCore and are ready for all kinds of bugs. +# Default: 1 = enable +# ################################################################################################################### PlayerStart.AllReputation = 0 @@ -1640,3 +1645,4 @@ ShowKickInWorld = 0 RecordUpdateTimeDiffInterval = 60000 MinRecordUpdateTimeDiff = 10 PlayerStart.String = "" +CheckDB = 1 |
