Fixes missed type change.

This commit is contained in:
Christopher Leggett 2022-08-23 00:08:22 -04:00
parent 4ee1eba67b
commit 28edabdbe4
No known key found for this signature in database
GPG Key ID: 22E7784811D1BD98
1 changed files with 1 additions and 1 deletions

View File

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