aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore
diff options
context:
space:
mode:
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