Updated to 3.3.3.11573 client.

This commit is contained in:
tomrus88 2010-02-23 08:08:33 +03:00
parent 528b2cf324
commit 32168d697b
10 changed files with 92 additions and 75 deletions

View file

@ -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)
{