File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3687,6 +3687,13 @@ struct PACKET_ZC_LAPINEDDUKDDAK_OPEN {
36873687DEFINE_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
36913698struct PACKET_CZ_LAPINEDDUKDDAK_ACK_sub {
36923699 int16 index ;
You can’t perform that action at this time.
0 commit comments