From b4177e374bc4d9eb336dc07345ee322cfe92aa7f Mon Sep 17 00:00:00 2001 From: Hondacrx Date: Wed, 9 Oct 2024 00:26:05 -0400 Subject: [PATCH] Core/Misc: Change default expansion to 10 in config file template Port From (https://github.com/TrinityCore/TrinityCore/commit/37c98325f6fba224b3a28ccc0cebc73d608e5741) --- Source/WorldServer/WorldServer.conf.dist | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/WorldServer/WorldServer.conf.dist b/Source/WorldServer/WorldServer.conf.dist index 6f4c0e31a..3eb39ba3f 100644 --- a/Source/WorldServer/WorldServer.conf.dist +++ b/Source/WorldServer/WorldServer.conf.dist @@ -680,7 +680,8 @@ DeclinedNames = 0 # Expansion # Description: Allow server to use content from expansions. Checks for expansion-related # map files, client compatibility and class/race character creation. -# Default: 9 - (Expansion 9) +# Default: 10 - (Expansion 10) +# 9 - (Expansion 9) # 8 - (Expansion 8) # 7 - (Expansion 7) # 6 - (Expansion 6) @@ -691,7 +692,7 @@ DeclinedNames = 0 # 1 - (Expansion 1) # 0 - (Disabled, Ignore and disable expansion content (maps, races, classes) -Expansion = 9 +Expansion = 10 # # MinPlayerName