Core/Misc: Change default expansion to 10 in config file template
Port From (https://github.com/TrinityCore/TrinityCore/commit/37c98325f6fba224b3a28ccc0cebc73d608e5741)
This commit is contained in:
@@ -680,7 +680,8 @@ DeclinedNames = 0
|
|||||||
# Expansion
|
# Expansion
|
||||||
# Description: Allow server to use content from expansions. Checks for expansion-related
|
# Description: Allow server to use content from expansions. Checks for expansion-related
|
||||||
# map files, client compatibility and class/race character creation.
|
# map files, client compatibility and class/race character creation.
|
||||||
# Default: 9 - (Expansion 9)
|
# Default: 10 - (Expansion 10)
|
||||||
|
# 9 - (Expansion 9)
|
||||||
# 8 - (Expansion 8)
|
# 8 - (Expansion 8)
|
||||||
# 7 - (Expansion 7)
|
# 7 - (Expansion 7)
|
||||||
# 6 - (Expansion 6)
|
# 6 - (Expansion 6)
|
||||||
@@ -691,7 +692,7 @@ DeclinedNames = 0
|
|||||||
# 1 - (Expansion 1)
|
# 1 - (Expansion 1)
|
||||||
# 0 - (Disabled, Ignore and disable expansion content (maps, races, classes)
|
# 0 - (Disabled, Ignore and disable expansion content (maps, races, classes)
|
||||||
|
|
||||||
Expansion = 9
|
Expansion = 10
|
||||||
|
|
||||||
#
|
#
|
||||||
# MinPlayerName
|
# MinPlayerName
|
||||||
|
|||||||
Reference in New Issue
Block a user