mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +00:00
[12173] Some battleground changes
- bg list works - placeholders for pvp rewards and rated bg stats packets - other bg opcode changes Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
parent
dcc57439a7
commit
372e8e04bf
13 changed files with 163 additions and 86 deletions
|
|
@ -614,10 +614,10 @@ struct BattlemasterListEntry
|
|||
uint32 HolidayWorldStateId; // 13 m_holidayWorldState
|
||||
uint32 minLevel; // 14, m_minlevel (sync with PvPDifficulty.dbc content)
|
||||
uint32 maxLevel; // 15, m_maxlevel (sync with PvPDifficulty.dbc content)
|
||||
uint32 maxGroupSizeRated; // 16 4.0.1
|
||||
uint32 minPlayers; // 17 - 4.0.6.13596
|
||||
uint32 maxPlayers; // 18 4.0.1
|
||||
uint32 rated; // 19 4.0.3, value 2 for Rated Battlegrounds
|
||||
uint32 maxGroupSizeRated; // 16 4.0.1
|
||||
uint32 minPlayers; // 17 4.0.6.13596
|
||||
uint32 maxPlayers; // 18 4.0.1
|
||||
uint32 rated; // 19 4.0.3, value 2 for Rated Battlegrounds
|
||||
};
|
||||
|
||||
/*struct Cfg_CategoriesEntry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue