summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-11-13 01:38:53 +0300
committerAndrei Karas <akaras@inbox.ru>2019-11-14 02:11:20 +0300
commit3a36b74d042f5dcbc2314ae215f5e62ff5b0d53f (patch)
tree3662cc22d7960e224a40ced3727d545cffdb1d76 /src/map/packets_struct.h
parent1a64b14af7beb4cda50663c149a8d948677d913c (diff)
downloadhercules-3a36b74d042f5dcbc2314ae215f5e62ff5b0d53f.tar.gz
hercules-3a36b74d042f5dcbc2314ae215f5e62ff5b0d53f.tar.bz2
hercules-3a36b74d042f5dcbc2314ae215f5e62ff5b0d53f.tar.xz
hercules-3a36b74d042f5dcbc2314ae215f5e62ff5b0d53f.zip
Add struct for packet CZ_LAPINEDDUKDDAK_CLOSE
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 428e0127c..a7a9e2e63 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -3687,6 +3687,13 @@ struct PACKET_ZC_LAPINEDDUKDDAK_OPEN {
DEFINE_PACKET_HEADER(ZC_LAPINEDDUKDDAK_OPEN, 0x0a4e);
#endif // PACKETVER_MAIN_NUM >= 20160601 || PACKETVER_RE_NUM >= 20160525 || defined(PACKETVER_ZERO)
+#if PACKETVER_MAIN_NUM >= 20160504 || PACKETVER_RE_NUM >= 20160504 || defined(PACKETVER_ZERO)
+struct PACKET_CZ_LAPINEDDUKDDAK_CLOSE {
+ int16 packetType;
+} __attribute__((packed));
+DEFINE_PACKET_HEADER(CZ_LAPINEDDUKDDAK_CLOSE, 0x0a70);
+#endif // PACKETVER_MAIN_NUM >= 20160504 || PACKETVER_RE_NUM >= 20160504 || defined(PACKETVER_ZERO)
+
#if PACKETVER >= 20160302
struct PACKET_CZ_LAPINEDDUKDDAK_ACK_sub {
int16 index;