mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
feat(Core/Player): PartyLevelReq invite settings (#1919)
- Minimum level at which players can invite to group setting
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user