From 524a584345e638e5403b6ecd871a2ee8a5ba16e0 Mon Sep 17 00:00:00 2001 From: _manuel_ Date: Sun, 19 Sep 2010 21:03:07 -0300 Subject: Core/Quests: Implemented new flags to QuestFlags enum. --HG-- branch : trunk --- src/server/game/Quests/QuestDef.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/server/game/Quests/QuestDef.h b/src/server/game/Quests/QuestDef.h index 6bf1a300ac8..797d0f8a09a 100644 --- a/src/server/game/Quests/QuestDef.h +++ b/src/server/game/Quests/QuestDef.h @@ -137,6 +137,8 @@ enum __QuestFlags QUEST_FLAGS_AUTO_REWARDED = 0x00000400, // These quests are automatically rewarded on quest complete and they will never appear in quest log client side. QUEST_FLAGS_TBC_RACES = 0x00000800, // Not used currently: Blood elf/Draenei starting zone quests QUEST_FLAGS_DAILY = 0x00001000, // Used to know quest is Daily one + QUEST_FLAGS_REPEATABLE = 0x00002000, // Used on repeatable quests (3.0.0+) + QUEST_FLAGS_UNAVAILABLE = 0x00004000, // Used on quests that are not generically available QUEST_FLAGS_WEEKLY = 0x00008000, QUEST_FLAGS_AUTOCOMPLETE = 0x00010000, // auto complete QUEST_FLAGS_SPECIAL_ITEM = 0x00020000, // has something to do with ReqItemId and SrcItemId -- cgit v1.2.3