Skip to content

Commit 3a36b74

Browse files
committed
Add struct for packet CZ_LAPINEDDUKDDAK_CLOSE
1 parent 1a64b14 commit 3a36b74

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/map/packets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,7 @@ packet(0x96e,clif->ackmergeitems);
18001800
packet(0x0a4f,clif->plapineDdukDdak_ack);
18011801
#endif
18021802

1803-
#if PACKETVER >= 20160504
1803+
#if PACKETVER_MAIN_NUM >= 20160504 || PACKETVER_RE_NUM >= 20160504 || defined(PACKETVER_ZERO)
18041804
packet(0x0a70,clif->plapineDdukDdak_close);
18051805
#endif
18061806

src/map/packets_struct.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3687,6 +3687,13 @@ struct PACKET_ZC_LAPINEDDUKDDAK_OPEN {
36873687
DEFINE_PACKET_HEADER(ZC_LAPINEDDUKDDAK_OPEN, 0x0a4e);
36883688
#endif // PACKETVER_MAIN_NUM >= 20160601 || PACKETVER_RE_NUM >= 20160525 || defined(PACKETVER_ZERO)
36893689

3690+
#if PACKETVER_MAIN_NUM >= 20160504 || PACKETVER_RE_NUM >= 20160504 || defined(PACKETVER_ZERO)
3691+
struct PACKET_CZ_LAPINEDDUKDDAK_CLOSE {
3692+
int16 packetType;
3693+
} __attribute__((packed));
3694+
DEFINE_PACKET_HEADER(CZ_LAPINEDDUKDDAK_CLOSE, 0x0a70);
3695+
#endif // PACKETVER_MAIN_NUM >= 20160504 || PACKETVER_RE_NUM >= 20160504 || defined(PACKETVER_ZERO)
3696+
36903697
#if PACKETVER >= 20160302
36913698
struct PACKET_CZ_LAPINEDDUKDDAK_ACK_sub {
36923699
int16 index;

0 commit comments

Comments
 (0)