mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core/Config: Disable automatic DB Updates by default
This commit is contained in:
@@ -1142,11 +1142,11 @@ FeatureSystem.CharacterUndelete.Cooldown = 2592000
|
||||
# DATABASE_WORLD = 4, // World database
|
||||
# DATABASE_HOTFIX = 8, // Hotfixes database
|
||||
#
|
||||
# Default: 15 - (All enabled)
|
||||
# Default: 0 - (All Disabled)
|
||||
# 4 - (Enable world only)
|
||||
# 0 - (All Disabled)
|
||||
# 15 - (All enabled)
|
||||
|
||||
Updates.EnableDatabases = 15
|
||||
Updates.EnableDatabases = 0
|
||||
|
||||
#
|
||||
# Updates.SourcePath
|
||||
|
||||
Reference in New Issue
Block a user