aboutsummaryrefslogtreecommitdiff
path: root/src/game/QuestDef.h
diff options
context:
space:
mode:
authorQAston <none@none>2009-02-11 20:38:02 +0100
committerQAston <none@none>2009-02-11 20:38:02 +0100
commitdff4f92edd5faa2f002ddd710350acb8d9fea125 (patch)
tree151589d0731248e6c2b96eb3b321f9878784387e /src/game/QuestDef.h
parent40bf3b630a320fc7ac72e8ce5fabb59be7b090a1 (diff)
*Add one more RewChoiceItemId field in quest template (SQL and feature request by Brian).
--HG-- branch : trunk
Diffstat (limited to 'src/game/QuestDef.h')
-rw-r--r--src/game/QuestDef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/QuestDef.h b/src/game/QuestDef.h
index c9bfdf83874..3b5e7b1a3d9 100644
--- a/src/game/QuestDef.h
+++ b/src/game/QuestDef.h
@@ -35,7 +35,7 @@ class ObjectMgr;
#define QUEST_OBJECTIVES_COUNT 4
#define QUEST_SOURCE_ITEM_IDS_COUNT 4
-#define QUEST_REWARD_CHOICES_COUNT 6
+#define QUEST_REWARD_CHOICES_COUNT 7
#define QUEST_REWARDS_COUNT 4
#define QUEST_DEPLINK_COUNT 10
#define QUEST_REPUTATIONS_COUNT 5