mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Quest: Added quest objective type 22 to prevent startup failures
This commit is contained in:
@@ -377,6 +377,7 @@ enum QuestObjectiveType
|
||||
QUEST_OBJECTIVE_AREA_TRIGGER_ENTER = 19,
|
||||
QUEST_OBJECTIVE_AREA_TRIGGER_EXIT = 20,
|
||||
QUEST_OBJECTIVE_KILL_WITH_LABEL = 21,
|
||||
QUEST_OBJECTIVE_UNK_1127 = 22,
|
||||
|
||||
MAX_QUEST_OBJECTIVE_TYPE
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user