diff options
| author | megamage <none@none> | 2009-03-21 14:53:38 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-21 14:53:38 -0600 |
| commit | de849cc5087e9a11ddff2f4e9ec42b1ec293cf2a (patch) | |
| tree | 209f7f4bb8e6b4fde7dbd57305a1e797cc5010af /src/game/QuestDef.h | |
| parent | 3b09489f880f13116ac285085982721ef60920cd (diff) | |
Small code cleanup and partial merge with dev branch Author: tomrus88
--HG--
branch : trunk
Diffstat (limited to 'src/game/QuestDef.h')
| -rw-r--r-- | src/game/QuestDef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/QuestDef.h b/src/game/QuestDef.h index 3afeaa0aa54..242c10bf48f 100644 --- a/src/game/QuestDef.h +++ b/src/game/QuestDef.h @@ -125,7 +125,7 @@ enum __QuestFlags //QUEST_FLAGS_NONE2 = 0x00000010, // Not used currently QUEST_FLAGS_EPIC = 0x00000020, // Not used currently: Unsure of content QUEST_FLAGS_RAID = 0x00000040, // Not used currently - QUEST_FLAGS_TBC = 0x00000080, // Not used currently: Available if TBC expension enabled only + QUEST_FLAGS_TBC = 0x00000080, // Not used currently: Available if TBC expansion enabled only QUEST_FLAGS_UNK2 = 0x00000100, // Not used currently: _DELIVER_MORE Quest needs more than normal _q-item_ drops from mobs QUEST_FLAGS_HIDDEN_REWARDS = 0x00000200, // Items and money rewarded only sent in SMSG_QUESTGIVER_OFFER_REWARD (not in SMSG_QUESTGIVER_QUEST_DETAILS or in client quest log(SMSG_QUEST_QUERY_RESPONSE)) QUEST_FLAGS_AUTO_REWARDED = 0x00000400, // These quests are automatically rewarded on quest complete and they will never appear in quest log client side. |
