mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[9319] Load factionReward store for later use.
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
a9a16061d5
commit
3a4391b0c0
5 changed files with 12 additions and 2 deletions
|
|
@ -1154,6 +1154,12 @@ struct PvPDifficultyEntry
|
|||
BattleGroundBracketId GetBracketId() const { return BattleGroundBracketId(bracketId); }
|
||||
};
|
||||
|
||||
struct QuestFactionRewardEntry
|
||||
{
|
||||
uint32 id; // 0
|
||||
int32 rewardValue[10]; // 1-10
|
||||
};
|
||||
|
||||
struct QuestSortEntry
|
||||
{
|
||||
uint32 id; // 0 m_ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue