summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map/packets.h2
-rw-r--r--src/map/packets_struct.h7
2 files changed, 8 insertions, 1 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 312b1e1d7..326f41791 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -1800,7 +1800,7 @@ packet(0x96e,clif->ackmergeitems);
packet(0x0a4f,clif->plapineDdukDdak_ack);
#endif
-#if PACKETVER >= 20160504
+#if PACKETVER_MAIN_NUM >= 20160504 || PACKETVER_RE_NUM >= 20160504 || defined(PACKETVER_ZERO)
packet(0x0a70,clif->plapineDdukDdak_close);
#endif
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;