mirror of
https://github.com/mangosfour/server.git
synced 2026-01-02 01:37:05 +00:00
Updated to 3.3.3.11573 client.
This commit is contained in:
parent
528b2cf324
commit
32168d697b
10 changed files with 92 additions and 75 deletions
|
|
@ -1687,8 +1687,8 @@ void BattleGroundMgr::CreateInitialBattleGrounds()
|
|||
//check values from DB
|
||||
if (MaxPlayersPerTeam == 0 || MinPlayersPerTeam == 0 || MinPlayersPerTeam > MaxPlayersPerTeam)
|
||||
{
|
||||
MaxPlayersPerTeam = bl->maxplayersperteam;
|
||||
MinPlayersPerTeam = bl->maxplayersperteam; // by default now expected strong full bg requirement
|
||||
MinPlayersPerTeam = 0; // by default now expected strong full bg requirement
|
||||
MaxPlayersPerTeam = 40;
|
||||
}
|
||||
if (MinLvl == 0 || MaxLvl == 0 || MinLvl > MaxLvl)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue