mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 19:37:01 +00:00
[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:
parent
c5974b8a7e
commit
b2fefc2ca9
8 changed files with 58 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue