diff options
Diffstat (limited to 'src/emap/struct')
-rw-r--r-- | src/emap/struct/itemdext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/struct/itemdext.h b/src/emap/struct/itemdext.h index ccc4773..b75bafd 100644 --- a/src/emap/struct/itemdext.h +++ b/src/emap/struct/itemdext.h @@ -6,7 +6,7 @@ struct ItemCardExt { - unsigned short id; + int id; unsigned short amount; }; |