aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2012-12-26 01:11:07 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2012-12-26 01:12:04 +0100
commitcfb6a1b4d562f93f2515db5928165fc297a38ca4 (patch)
tree7c14eacb6647c2056c8fcb3fdd51608efb06de72 /src
parentd4f936a4fa9f4b6202ee5a5d1565373c7ca5d5e8 (diff)
Core/Quest: Add missing changes for monthly quests
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Quests/QuestDef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Quests/QuestDef.h b/src/server/game/Quests/QuestDef.h
index 3e91ba2ac8c..b0a1bc60f7c 100644
--- a/src/server/game/Quests/QuestDef.h
+++ b/src/server/game/Quests/QuestDef.h
@@ -168,7 +168,7 @@ enum __QuestSpecialFlags
QUEST_SPECIAL_FLAGS_MONTHLY = 0x010, // quest is reset at the begining of the month
// room for more custom flags
- QUEST_SPECIAL_FLAGS_DB_ALLOWED = QUEST_SPECIAL_FLAGS_REPEATABLE | QUEST_SPECIAL_FLAGS_EXPLORATION_OR_EVENT | QUEST_SPECIAL_FLAGS_AUTO_ACCEPT | QUEST_SPECIAL_FLAGS_DF_QUEST,
+ QUEST_SPECIAL_FLAGS_DB_ALLOWED = QUEST_SPECIAL_FLAGS_REPEATABLE | QUEST_SPECIAL_FLAGS_EXPLORATION_OR_EVENT | QUEST_SPECIAL_FLAGS_AUTO_ACCEPT | QUEST_SPECIAL_FLAGS_DF_QUEST | QUEST_SPECIAL_FLAGS_MONTHLY,
QUEST_SPECIAL_FLAGS_DELIVER = 0x080, // Internal flag computed only
QUEST_SPECIAL_FLAGS_SPEAKTO = 0x100, // Internal flag computed only