aboutsummaryrefslogtreecommitdiff
path: root/src/game/QuestDef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/QuestDef.h')
-rw-r--r--src/game/QuestDef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/QuestDef.h b/src/game/QuestDef.h
index 13a7ffae670..39fbc071db6 100644
--- a/src/game/QuestDef.h
+++ b/src/game/QuestDef.h
@@ -209,6 +209,7 @@ class Quest
uint32 GetCharTitleId() const { return CharTitleId; }
uint32 GetPlayersSlain() const { return PlayersSlain; }
uint32 GetBonusTalents() const { return BonusTalents; }
+ int32 GetRewArenaPoints() const {return RewArenaPoints; }
uint32 GetSrcItemId() const { return SrcItemId; }
uint32 GetSrcItemCount() const { return SrcItemCount; }
uint32 GetSrcSpell() const { return SrcSpell; }
@@ -304,6 +305,7 @@ class Quest
uint32 CharTitleId;
uint32 PlayersSlain;
uint32 BonusTalents;
+ int32 RewArenaPoints;
int32 PrevQuestId;
int32 NextQuestId;
int32 ExclusiveGroup;