diff options
author | Brian <runningnak3d@gmail.com> | 2010-07-24 16:56:08 -0600 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-07-24 16:56:08 -0600 |
commit | 2bee687fdd4e41633fd8cb2d03589de0a6616276 (patch) | |
tree | b8d8b4eeaaf4c3efc95e4e3f8a3dab2e471e3498 /src | |
parent | 4b255a4564223170278a86b6ddbdfd1703dc2d8b (diff) |
* Rename back the auto-accept flag from blizz even though it is currently not
* used.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Quests/QuestDef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Quests/QuestDef.h b/src/server/game/Quests/QuestDef.h index a2f9584a5ef..c36954ea3d2 100644 --- a/src/server/game/Quests/QuestDef.h +++ b/src/server/game/Quests/QuestDef.h @@ -141,7 +141,7 @@ enum __QuestFlags QUEST_FLAGS_AUTOCOMPLETE = 0x00010000, // auto complete QUEST_FLAGS_SPECIAL_ITEM = 0x00020000, // has something to do with ReqItemId and SrcItemId QUEST_FLAGS_OBJ_TEXT = 0x00040000, // use Objective text as Complete text - QUEST_FLAGS_UNK7 = 0x00080000, // unknown + QUEST_FLAGS_AUTO_ACCEPT = 0x00080000, // The client recognizes this flag as auto-accept. However, NONE of the current quests (3.3.5a) have this flag. Maybe blizz used to use it, or will use it in the future. // Trinity flags for set SpecialFlags in DB if required but used only at server QUEST_TRINITY_FLAGS_REPEATABLE = 0x00100000, // Set by 1 in SpecialFlags from DB |