chore(Misc/Conf): Rearrange World.RealmAvailability (#9002)
This commit is contained in:
parent
17891d8c82
commit
c3552c2c46
1 changed files with 10 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue