mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
feat(Core): implement world availability option (#8755)
This commit is contained in:
@@ -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
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user