fix many edge cases in item name parsing

This commit is contained in:
Martin Michelsen
2025-11-05 21:31:44 -08:00
parent a99f552e7c
commit 766d4e0c7a
3 changed files with 149 additions and 22 deletions
+1
View File
@@ -56,4 +56,5 @@ private:
std::unordered_map<uint32_t, std::shared_ptr<const ItemMetadata>> primary_identifier_index;
std::map<std::string, std::shared_ptr<const ItemMetadata>> name_index;
std::map<std::string, std::shared_ptr<const ItemMetadata>> es_name_index;
};