Core/Worldserver: Enable the database updater by default.

* Seems like this feature is stable enough to enable it by default
  since the last missing bugs were fixed some months ago.
* The database updater is the preferred method to update the databases
  as described in the wiki: http://collab.kpsn.org/display/tc/Databases+Installation

(cherry picked from commit 25185967e8)
This commit is contained in:
Naios
2015-11-14 17:08:01 +01:00
parent b292321798
commit 1ce5a62feb

View File

@@ -1142,11 +1142,11 @@ BirthdayTime = 1222964635
# DATABASE_CHARACTER = 2, // Character database
# DATABASE_WORLD = 4, // World database
#
# Default: 0 - (All Disabled)
# Default: 7 - (All enabled)
# 4 - (Enable world only)
# 7 - (All enabled)
# 0 - (All disabled)
Updates.EnableDatabases = 0
Updates.EnableDatabases = 7
#
# Updates.SourcePath