fix(Core/Groups): Level restriction on allowing raid groups (#12110)

This commit is contained in:
Kitzunu
2022-06-21 18:18:03 +02:00
committed by GitHub
parent 345f3a4b5c
commit 73bd2b446c
4 changed files with 28 additions and 0 deletions

View File

@@ -3588,6 +3588,16 @@ Calculate.Creature.Zone.Area.Data = 0
Calculate.Gameoject.Zone.Area.Data = 0
#
# Group.Raid.LevelRestriction
#
# The Group members need to the same, or higher level than the specified value.
# Minimum level is 10.
# Default: 10
#
Group.Raid.LevelRestriction = 10
#
# LFG.Location.All
#