diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-08 07:34:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-15 20:36:23 +0300 |
commit | 12d55fd715268b6b78566f354023a3e0e4aaa632 (patch) | |
tree | aef798ebbb2dd7971af2dbd51d1c15fc9909a93f /src/map | |
parent | 6323bbbd1c4dbc8eb8f0059cef6c97187f1d14c6 (diff) | |
download | hercules-12d55fd715268b6b78566f354023a3e0e4aaa632.tar.gz hercules-12d55fd715268b6b78566f354023a3e0e4aaa632.tar.bz2 hercules-12d55fd715268b6b78566f354023a3e0e4aaa632.tar.xz hercules-12d55fd715268b6b78566f354023a3e0e4aaa632.zip |
Update struct EQUIPITEM_INFO.
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/packets_struct.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index adebd87b3..8a08a7295 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -458,7 +458,11 @@ struct ItemOptions { struct EQUIPITEM_INFO { int16 index; +#if PACKETVER_RE_NUM >= 20180704 + uint32 ITID; +#else uint16 ITID; +#endif uint8 type; #if PACKETVER < 20120925 uint8 IsIdentified; |