summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-24 02:26:18 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-24 02:47:24 +0300
commit3e5dbaaa903d4f4ea039902ab83259cb1e11a2f4 (patch)
tree53a008933cae9c7fddd9f25210e5ab4570fb7437 /src/net/eathena/packetsout.inc
parent20cd23fbe304a5d7c66035ba926341d9fc96cb7a (diff)
downloadplus-3e5dbaaa903d4f4ea039902ab83259cb1e11a2f4.tar.gz
plus-3e5dbaaa903d4f4ea039902ab83259cb1e11a2f4.tar.bz2
plus-3e5dbaaa903d4f4ea039902ab83259cb1e11a2f4.tar.xz
plus-3e5dbaaa903d4f4ea039902ab83259cb1e11a2f4.zip
Add packet CMSG_PLAYER_INVENTORY_DROP from 2010 to newer.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index 5797fad78..9eb3c3d92 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -796,6 +796,7 @@ if (packetVersion >= 20130529)
packet(CMSG_MOVE_FROM_STORAGE, 0x0957, 8, clif->pMoveFromKafra);
packet(CMSG_BUYINGSTORE_OPEN, 0x0892, 6, clif->pReqClickBuyingStore);
packet(CMSG_HOMUNCULUS_MENU, 0x023b, 5, clif->pHomMenu);
+ packet(CMSG_PLAYER_INVENTORY_DROP, 0x08a7, 6, clif->pDropItem);
}
// 20130605
@@ -856,6 +857,7 @@ if (packetVersion >= 20130618)
packet(CMSG_MOVE_FROM_STORAGE, 0x0936, 8, clif->pMoveFromKafra);
packet(CMSG_BUYINGSTORE_OPEN, 0x0862, 6, clif->pReqClickBuyingStore);
packet(CMSG_HOMUNCULUS_MENU, 0x02c4, 5, clif->pHomMenu);
+ packet(CMSG_PLAYER_INVENTORY_DROP, 0x0917, 6, clif->pDropItem);
}
// 20130626
@@ -881,6 +883,7 @@ if (packetVersion >= 20130626)
packet(CMSG_MOVE_FROM_STORAGE, 0x0817, 8, clif->pMoveFromKafra);
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore);
packet(CMSG_HOMUNCULUS_MENU, 0x0960, 5, clif->pHomMenu);
+ packet(CMSG_PLAYER_INVENTORY_DROP, 0x0952, 6, clif->pDropItem);
}
// 20130703
@@ -895,6 +898,7 @@ if (packetVersion >= 20130703)
packet(CMSG_MOVE_FROM_STORAGE, 0x0364, 8, clif->pMoveFromKafra);
packet(CMSG_BUYINGSTORE_OPEN, 0x0202, 6, clif->pReqClickBuyingStore);
packet(CMSG_HOMUNCULUS_MENU, 0x094a, 5, clif->pHomMenu);
+ packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem);
}
// 20130807
@@ -929,6 +933,7 @@ if (packetVersion >= 20130814)
packet(CMSG_MOVE_FROM_STORAGE, 0x0873, 8, clif->pMoveFromKafra);
packet(CMSG_BUYINGSTORE_OPEN, 0x0895, 6, clif->pReqClickBuyingStore);
packet(CMSG_HOMUNCULUS_MENU, 0x0958, 5, clif->pHomMenu);
+ packet(CMSG_PLAYER_INVENTORY_DROP, 0x095f, 6, clif->pDropItem);
}
// 20131218
@@ -954,6 +959,7 @@ if (packetVersion >= 20131218)
packet(CMSG_MOVE_FROM_STORAGE, 0x0364, 8, clif->pMoveFromKafra);
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore);
packet(CMSG_HOMUNCULUS_MENU, 0x0811, 5, clif->pHomMenu);
+ packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem);
}
// 20131223