diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-26 23:23:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-26 23:23:16 +0300 |
commit | 11ca521d41296e97eecfa33196ea59579558dcd4 (patch) | |
tree | 91026b0b390df40bbc61f44abd4ce794b7413c69 /src/emap/struct | |
parent | f2715238b17ea6a3b420bc3286500d1521b3634c (diff) | |
download | evol-hercules-11ca521d41296e97eecfa33196ea59579558dcd4.tar.gz evol-hercules-11ca521d41296e97eecfa33196ea59579558dcd4.tar.bz2 evol-hercules-11ca521d41296e97eecfa33196ea59579558dcd4.tar.xz evol-hercules-11ca521d41296e97eecfa33196ea59579558dcd4.zip |
Fix compilation after hercules update.
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; }; |