diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-06 21:06:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-06 21:29:13 +0300 |
commit | f3409941c896b313631f9cdfac5ade76f7ce65c3 (patch) | |
tree | 3f9bdb7091a67ee76e96f1627feb6d8f4c762a72 /src/net/eathena/packetsout.inc | |
parent | 0855fff89f9011abf159a7b57411c390a8736caa (diff) | |
download | plus-f3409941c896b313631f9cdfac5ade76f7ce65c3.tar.gz plus-f3409941c896b313631f9cdfac5ade76f7ce65c3.tar.bz2 plus-f3409941c896b313631f9cdfac5ade76f7ce65c3.tar.xz plus-f3409941c896b313631f9cdfac5ade76f7ce65c3.zip |
Add packet CMSG_PLAYER_INVENTORY_DROP 0x0885.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r-- | src/net/eathena/packetsout.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index 4167ae69a..4b6e71415 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -305,6 +305,7 @@ if (packetVersion >= 20150513) packet(CMSG_HOMUNCULUS_MENU, 0x0817, 5, clif->pHomMenu); packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); packet(CMSG_PLAYER_CHANGE_DIR, 0x0924, 5, clif->pChangeDir); + packet(CMSG_PLAYER_INVENTORY_DROP, 0x0885, 6, clif->pDropItem); } #endif |