aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-17 14:09:17 -0500
committermegamage <none@none>2009-06-17 14:09:17 -0500
commit2d569883e643ac08d5af6b23f9a0cd3ac4dc0d80 (patch)
tree9b2201d23090a9fddabf04e19a4afea0aaa70b2f /src/trinitycore
parentcf99758b0b0f857dda37e355801929ece4e6e928 (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.dist6
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