From d9164626f2ecb62bf03c9c1b6e1e53a12a83c1df Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 May 2016 19:27:03 +0300 Subject: Fix some packet issues in version 2013xxxx --- src/net/eathena/packetsout.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/eathena/packetsout.inc') diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index c40a3621f..fa9ac1e6f 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -588,6 +588,7 @@ if (packetVersion >= 20130320) packet(CMSG_MAP_PING, 0x0363, 6, clif->pTickSend); packet(CMSG_PLAYER_CHANGE_DIR, 0x0897, 5, clif->pChangeDir); packet(CMSG_ITEM_PICKUP, 0x0933, 6, clif->pTakeItem); + packet(CMSG_MAP_PING, 0x0363, 6, clif->pTickSend); } // 20130515 @@ -598,6 +599,7 @@ if (packetVersion >= 20130515) packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); packet(CMSG_PLAYER_CHANGE_DIR, 0x0362, 5, clif->pChangeDir); packet(CMSG_ITEM_PICKUP, 0x08a1, 6, clif->pTakeItem); + packet(CMSG_PLAYER_INVENTORY_DROP, 0x0944, 6, clif->pDropItem); } // 20130522 @@ -608,6 +610,7 @@ if (packetVersion >= 20130522) packet(CMSG_MAP_PING, 0x07ec, 6, clif->pTickSend); packet(CMSG_PLAYER_CHANGE_DIR, 0x0925, 5, clif->pChangeDir); packet(CMSG_ITEM_PICKUP, 0x095e, 6, clif->pTakeItem); + packet(CMSG_PLAYER_INVENTORY_DROP, 0x089c, 6, clif->pDropItem); } // 20130529 @@ -628,6 +631,7 @@ if (packetVersion >= 20130605) packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); packet(CMSG_PLAYER_CHANGE_DIR, 0x0202, 5, clif->pChangeDir); packet(CMSG_ITEM_PICKUP, 0x07e4, 6, clif->pTakeItem); + packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem); } // 20130612 -- cgit v1.2.3-60-g2f50