Fixes missed type change.

This commit is contained in:
Christopher Leggett 2022-08-23 00:08:22 -04:00
commit 28edabdbe4
No known key found for this signature in database
GPG key ID: 22E7784811D1BD98

View file

@ -18,7 +18,7 @@ typedef enum {
typedef struct { typedef struct {
u16 giid; u16 giid;
u16 iid; ItemID iid;
std::string english; std::string english;
std::string german; std::string german;
std::string french; std::string french;