diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-11 10:22:27 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-11 10:22:27 +0200 |
| commit | 04c2f6ca1415df084ae81dd9c09cb3028880cbef (patch) | |
| tree | a98e8e922c7cf10055133461f4ed4e59521ef618 /src/server/game/Quests/QuestDef.h | |
| parent | cbcfa73e65afaebd61b6f829f6e48b636c1d4200 (diff) | |
Core/LFG: Move 2 logs in trace
Diffstat (limited to 'src/server/game/Quests/QuestDef.h')
| -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 3a9fdf024bf..9f84795f488 100644 --- a/src/server/game/Quests/QuestDef.h +++ b/src/server/game/Quests/QuestDef.h @@ -151,7 +151,7 @@ enum QuestFlags QUEST_FLAGS_DISPLAY_ITEM_IN_TRACKER = 0x00020000, // Displays usable item in quest tracker QUEST_FLAGS_OBJ_TEXT = 0x00040000, // use Objective text as Complete text 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. - QUEST_FLAGS_UNK1 = 0x00100000, // + QUEST_FLAGS_UNK1 = 0x00100000, // QUEST_FLAGS_AUTO_TAKE = 0x00200000, // Automatically suggestion of accepting quest. Not from npc. //QUEST_FLAGS_UNK2 = 0x00400000, //QUEST_FLAGS_UNK3 = 0x00800000, // Found in quest 14069 |
