feat(Core/Chat): Add config option to allow use LFG anywhere not only in city (#1586)

This commit is contained in:
Viste(Кирилл)
2019-03-20 02:04:59 +03:00
committed by GitHub
parent b72454847b
commit 2af5893d52
4 changed files with 17 additions and 1 deletions

View File

@@ -3214,5 +3214,13 @@ Calculate.Creature.Zone.Area.Data = 0
Calculate.Gameoject.Zone.Area.Data = 0
# LFG SETTINGS
#
# Includes satellite to search for work elsewhere LFG
# Default: 0 - Disable
# 1 - Enable
LFG.Location.All = 0
#
###################################################################################################