mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user