Core/Quest: Added quest objective type 22 to prevent startup failures

This commit is contained in:
ModoX
2026-01-02 21:33:10 +01:00
parent f66fb00b24
commit 871869a3cd

View File

@@ -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
};