feat(Core/Player): PartyLevelReq invite settings (#1919)
- Minimum level at which players can invite to group setting
This commit is contained in:
parent
3abbaaec57
commit
97e65bd447
4 changed files with 17 additions and 0 deletions
|
|
@ -1973,6 +1973,15 @@ ChatLevelReq.Whisper = 1
|
|||
|
||||
ChatLevelReq.Say = 1
|
||||
|
||||
#
|
||||
# PartyLevelReq
|
||||
# Description: Minimum level at which players can invite to group, even if they aren't on
|
||||
# the invite friends list. (Players who are on that friend list can always
|
||||
# invite despite having lower level)
|
||||
# Default: 1
|
||||
|
||||
PartyLevelReq = 1
|
||||
|
||||
#
|
||||
# AllowPlayerCommands
|
||||
# Description: Allow players to use commands.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue