From 2d569883e643ac08d5af6b23f9a0cd3ac4dc0d80 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 17 Jun 2009 14:09:17 -0500 Subject: *Add config option CheckDB to check if the contents in FULL folder are applied. --HG-- branch : trunk --- src/trinitycore/trinitycore.conf.dist | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/trinitycore/trinitycore.conf.dist') 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 -- cgit v1.2.3