Core/Misc: Define unknown quest type (#18219)

Changes proposed:

Define previously unknown quest type
QUEST_TYPE_UNK -> QUEST_TYPE_TASK
This commit is contained in:
Krudor
2016-11-23 02:44:57 +01:00
committed by Aokromes
parent cb41b67a7b
commit 6fc819716d

View File

@@ -3988,7 +3988,7 @@ enum QuestType
QUEST_TYPE_AUTOCOMPLETE = 0,
QUEST_TYPE_DISABLED = 1,
QUEST_TYPE_NORMAL = 2,
QUEST_TYPE_UNK = 3,
QUEST_TYPE_TASK = 3,
MAX_QUEST_TYPES = 4
};