Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ fun getQuestTypeList(
EE_QUEST_OFFSET + 62 to AddToiletsDisposal(),
EE_QUEST_OFFSET + 63 to AddEvseId(),
EE_QUEST_OFFSET + 66 to AddServiceTimes(),
EE_QUEST_OFFSET + 64 to AddOrchardType(), // need to look around the orchard to tell apart meadow orchard and plantation
EE_QUEST_OFFSET + 67 to AddOrchardType(), // need to look around the orchard to tell apart meadow orchard and plantation
EE_QUEST_OFFSET + 10 to OsmoseQuest(osmoseDao),
EE_QUEST_OFFSET + 11 to CustomQuest(customQuestList),
// POI quests
Expand Down