[9763] Use min/max BG/arena levels from DBC. Update table content.

* Use min/mac level from dbc because anyway list real selectable
  for player level bg/arena backets set min/max range.
* Drop related fields and update per team min/max values.
This commit is contained in:
VladimirMangos 2010-04-18 21:28:39 +04:00
parent c5974b8a7e
commit b2fefc2ca9
8 changed files with 58 additions and 53 deletions

View file

@ -573,8 +573,8 @@ struct BattlemasterListEntry
//uint32 nameFlags // 27 string flag, unused
uint32 maxGroupSize; // 28 maxGroupSize, used for checking if queue as group
//uint32 HolidayWorldStateId; // 29 new 3.1
//uint32 MinLevel; // 30
//uint32 SomeLevel; // 31, may be max level
uint32 minLevel; // 30, min level (sync with PvPDifficulty.dbc content)
uint32 maxLevel; // 31, max level (sync with PvPDifficulty.dbc content)
};
/*struct Cfg_CategoriesEntry