summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-18 19:27:03 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-18 19:27:03 +0300
commitd9164626f2ecb62bf03c9c1b6e1e53a12a83c1df (patch)
tree7923fbe2712ee2d34fd69840e3df9e1c43c07af3 /src/net/eathena/packetsout.inc
parentf00e360dcd31b08e62d8f88385722005200216c4 (diff)
downloadplus-d9164626f2ecb62bf03c9c1b6e1e53a12a83c1df.tar.gz
plus-d9164626f2ecb62bf03c9c1b6e1e53a12a83c1df.tar.bz2
plus-d9164626f2ecb62bf03c9c1b6e1e53a12a83c1df.tar.xz
plus-d9164626f2ecb62bf03c9c1b6e1e53a12a83c1df.zip
Fix some packet issues in version 2013xxxx
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc4
1 files changed, 4 insertions, 0 deletions
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