azerothcore / mod-cfbg

Cross-faction Battleground for AzerothCore
MIT License
13 stars 42 forks source link

feat(BalanceTeams): implement balance teams and fix the average item level calculation #28

Closed Helias closed 3 years ago

Helias commented 3 years ago

I fixed the average item level calculation and implemented the feature (enabled by default now) BalanceTeams.

This feature chooses the next team of the plater that joins BG taking the team with the lower sum of players' levels. If the players' levels of the teams are the same it calculates the avg item level.

close https://github.com/azerothcore/mod-cfbg/issues/27

Helias commented 3 years ago

updated, improved code quality

FrancescoBorzi commented 3 years ago

@Helias have you tested it one more time after the recent edits?

Helias commented 3 years ago

yes