AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "DBCStructure.h"
Public Member Functions | |
PvPDifficultyEntry (uint32 mapId, uint32 bracketId, uint32 minLevel, uint32 maxLevel, uint32 difficulty) | |
BattlegroundBracketId | GetBracketId () const |
Public Attributes | |
uint32 | mapId |
uint32 | bracketId |
uint32 | minLevel |
uint32 | maxLevel |
uint32 | difficulty |
|
inline |
|
inline |
References bracketId.
Referenced by BattlegroundQueue::AddGroup(), BattlegroundMgr::CreateNewBattleground(), WorldSession::HandleBattleFieldPortOpcode(), WorldSession::HandleBattlemasterJoinArena(), WorldSession::HandleBattlemasterJoinOpcode(), BattlegroundQueue::SendJoinMessageArenaQueue(), BattlegroundQueue::SendMessageBGQueue(), and Battleground::SetBracket().
uint32 PvPDifficultyEntry::bracketId |
Referenced by GetBracketId().
uint32 PvPDifficultyEntry::difficulty |
Referenced by MapInstanced::CreateBattleground().
uint32 PvPDifficultyEntry::mapId |
Referenced by Group::CanJoinBattlegroundQueue().
uint32 PvPDifficultyEntry::maxLevel |
uint32 PvPDifficultyEntry::minLevel |