fix $item with names that are also specials

This commit is contained in:
Martin Michelsen
2023-06-19 15:32:27 -07:00
parent e8fcf2884a
commit 6468af6eb7
2 changed files with 38 additions and 27 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ struct ItemData { // 0x14 bytes
} __attribute__((packed));
ItemData();
explicit ItemData(const std::string& orig_description);
explicit ItemData(const std::string& orig_description, bool skip_special = false);
ItemData(const ItemData& other);
ItemData& operator=(const ItemData& other);