diff options
| author | Brian <runningnak3d@gmail.com> | 2010-02-15 07:55:01 -0700 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2010-02-15 07:55:01 -0700 |
| commit | 51dae1505d30fa1c2216f76284cc76bf3e3c45d1 (patch) | |
| tree | 40f81c1204bd4f53413af19a6f7b40b4ed5b2169 /src/game/DBCStructure.h | |
| parent | b9a4bd8a26ec74a1dede6129764db85a3b6710aa (diff) | |
| parent | 3dd6fdedf739ac87fa9da9a294bdc9ffdca28441 (diff) | |
* Merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/DBCStructure.h')
| -rw-r--r-- | src/game/DBCStructure.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index 15f489573ff..956a7927bbf 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -1190,6 +1190,19 @@ struct MovieEntry //uint32 unk2; // 2 always 100 }; +struct PvPDifficultyEntry +{ + //uint32 id; // 0 m_ID + uint32 mapId; // 1 + uint32 bracketId; // 2 + uint32 minLevel; // 3 + uint32 maxLevel; // 4 + uint32 difficulty; // 5 + + // helpers + BattleGroundBracketId GetBracketId() const { return BattleGroundBracketId(bracketId); } +}; + struct QuestSortEntry { uint32 id; // 0 m_ID |
