summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-12-14 00:16:13 +0300
committerAndrei Karas <akaras@inbox.ru>2018-12-14 22:05:09 +0300
commit392c598c6ee3ce9e10eec9e44d6c2f93d4dae232 (patch)
treeb70718d679de8cc343412b55a89ece903c52be49 /src/map/packets_struct.h
parent60a03815c37f04485c048bb3e4f37960b6ba18cb (diff)
downloadhercules-392c598c6ee3ce9e10eec9e44d6c2f93d4dae232.tar.gz
hercules-392c598c6ee3ce9e10eec9e44d6c2f93d4dae232.tar.bz2
hercules-392c598c6ee3ce9e10eec9e44d6c2f93d4dae232.tar.xz
hercules-392c598c6ee3ce9e10eec9e44d6c2f93d4dae232.zip
Add packet CZ_INVENTORY_EXPAND_CONFIRMED
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r--src/map/packets_struct.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h
index ad67091dc..ea385963c 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -3013,6 +3013,13 @@ struct PACKET_CZ_INVENTORY_EXPAND {
DEFINE_PACKET_HEADER(CZ_INVENTORY_EXPAND, 0x0b14);
#endif
+#if PACKETVER_MAIN_NUM >= 20181031 || PACKETVER_RE_NUM >= 20181031 || PACKETVER_ZERO_NUM >= 20181114
+struct PACKET_CZ_INVENTORY_EXPAND_CONFIRMED {
+ int16 packetType;
+} __attribute__((packed));
+DEFINE_PACKET_HEADER(CZ_INVENTORY_EXPAND_CONFIRMED, 0x0b16);
+#endif
+
#if !defined(sun) && (!defined(__NETBSD__) || __NetBSD_Version__ >= 600000000) // NetBSD 5 and Solaris don't like pragma pack but accept the packed attribute
#pragma pack(pop)
#endif // not NetBSD < 6 / Solaris