mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user