From 28fa4b87f677d518ac83f105a44da839d6b63bfa Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Apr 2019 21:10:23 +0300 Subject: Add packer CMSG_MAP_PING2 0x0b1c --- src/net/eathena/packetsout.inc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/net/eathena/packetsout.inc') diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index 6cc8117ad..ae03a13e2 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -356,6 +356,7 @@ packet(CMSG_CAMERA_INFO, 0x0000, 0, nullptr); packet(CMSG_NPC_BARTER_BUY, 0x0000, 0, nullptr); packet(CMSG_CLIENT_VERSION, 0x0000, 0, nullptr); packet(CMSG_PLAYER_STYLE_CLOSE, 0x0000, 0, nullptr); +packet(CMSG_MAP_PING2, 0x0000, 0, nullptr); #else // 20040713 if (packetVersion >= 20040713) @@ -1583,4 +1584,22 @@ if (packetVersionRe >= 20190116) packet(CMSG_NPC_BARTER_BUY, 0x0b0f, -1, clif->pNPCBarterPurchase); } +//20190220 re +if (packetVersionRe >= 20190220) +{ + packet(CMSG_MAP_PING2, 0x0b1c, 2, clif->pPing); +} + +//20190220 zero +if (packetVersionZero >= 20190220) +{ + packet(CMSG_MAP_PING2, 0x0b1c, 2, clif->pPing); +} + +//20190227 main +if (packetVersionMain >= 20190227) +{ + packet(CMSG_MAP_PING2, 0x0b1c, 2, clif->pPing); +} + #endif -- cgit v1.2.3-70-g09d2