allow duplicate quest names per game version

This commit is contained in:
Martin Michelsen
2022-05-18 01:04:23 -07:00
parent 9b0c294054
commit 2c9922cf33
2 changed files with 0 additions and 7 deletions
-1
View File
@@ -83,7 +83,6 @@ struct QuestIndex {
std::string directory;
std::map<std::pair<GameVersion, uint64_t>, std::shared_ptr<Quest>> version_menu_item_id_to_quest;
std::map<std::pair<GameVersion, std::u16string>, std::shared_ptr<Quest>> version_name_to_quest;
std::map<std::string, std::vector<std::shared_ptr<Quest>>> category_to_quests;