mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
chore(Misc/Conf): Rearrange World.RealmAvailability (#9002)
This commit is contained in:
@@ -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
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user