feat(Core): implement world availability option (#8755)

This commit is contained in:
Meltie2013
2021-10-29 08:32:19 -05:00
committed by GitHub
parent 5b6cc5e6f5
commit 250dee5be9
5 changed files with 39 additions and 7 deletions

View File

@@ -3587,6 +3587,15 @@ 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
#
###################################################################################################