diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-04 07:54:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-12 02:29:12 +0300 |
commit | c68a644ad0be9651a1a49d1ef11d2d468bdeadc8 (patch) | |
tree | da53b6d72f6fe8c2962b51bdfa73e42e9378a501 /src/map | |
parent | 0067e923fed023d3d8c663646ae8ff4f3e2a8e60 (diff) | |
download | hercules-c68a644ad0be9651a1a49d1ef11d2d468bdeadc8.tar.gz hercules-c68a644ad0be9651a1a49d1ef11d2d468bdeadc8.tar.bz2 hercules-c68a644ad0be9651a1a49d1ef11d2d468bdeadc8.tar.xz hercules-c68a644ad0be9651a1a49d1ef11d2d468bdeadc8.zip |
Update packet packet_dropflooritem.
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 eb3f11475..c23a5066a 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -532,7 +532,11 @@ struct packet_additem { struct packet_dropflooritem { int16 PacketType; uint32 ITAID; +#if PACKETVER_RE_NUM >= 20180704 + uint32 ITID; +#else uint16 ITID; +#endif #if PACKETVER >= 20130000 /* not sure date */ uint16 type; #endif |