chore(Misc/Conf): Rearrange World.RealmAvailability (#9002)

This commit is contained in:
Kitzunu
2021-11-09 11:42:35 +01:00
committed by GitHub
parent 17891d8c82
commit c3552c2c46

View File

@@ -9,6 +9,7 @@
# EXAMPLE CONFIG
# CONNECTIONS AND DIRECTORIES
# PERFORMANCE SETTINGS
# SERVER LOGGING
# SERVER SETTINGS
# CRYPTOGRAPHY
# WARDEN SETTINGS
@@ -598,6 +599,15 @@ GameType = 0
RealmZone = 1
#
# World.RealmAvailability
# Description: If enabled, players will enter the realm normally.
# Character creation will still be possible even when realm is disabled.
# Default: 1 - (Enabled)
# 0 - (Disabled)
World.RealmAvailability = 1
#
# StrictPlayerNames
# Description: Limit player name to language specific symbol set. Prevents character
@@ -3587,15 +3597,6 @@ LFG.MaxKickCount = 2
LFG.KickPreventionTimer = 900
#
# World.RealmAvailability
# Description: If enabled, players will enter the realm normally.
# Character creation will still be possible even when realm is disabled.
# Default: 1 - (Enabled)
# 0 - (Disabled)
World.RealmAvailability = 1
#
###################################################################################################