feat(Core/BG): rewrite invite in bg (#2137)

Co-authored-by: mik1893 <michele.roscelli@gmail.com>
This commit is contained in:
Kargatum
2019-08-21 03:58:15 +06:00
committed by Stoabrogga
parent cde07f89b9
commit b1d102e04b
5 changed files with 120 additions and 15 deletions

View File

@@ -2628,6 +2628,17 @@ Battleground.StoreStatistics.Enable = 1
Battleground.TrackDeserters.Enable = 1
#
# Battleground.InvitationType
# Description: Set Battleground invitation type.
# Default: 0 - (Normal, Invite as much players to battlegrounds as queued,
# Don't bother with balance)
# 1 - (Experimental, Don't allow to invite much more players
# of one faction)
# 2 - (Experimental, Try to have even teams)
Battleground.InvitationType = 0
#
###################################################################################################