From 9a11f30d150928e504406139691b42cce0922174 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 13 Jan 2016 23:27:28 +0300 Subject: Add packet SMSG_SELECT_CART 0x00c2 --- src/net/eathena/inventoryrecv.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/net/eathena/inventoryrecv.cpp') diff --git a/src/net/eathena/inventoryrecv.cpp b/src/net/eathena/inventoryrecv.cpp index d17e83917..ecd0a8257 100644 --- a/src/net/eathena/inventoryrecv.cpp +++ b/src/net/eathena/inventoryrecv.cpp @@ -1098,4 +1098,14 @@ void InventoryRecv::processPlayerInventoryRemove(Net::MessageIn &msg) BLOCK_END("InventoryRecv::processPlayerInventoryRemove") } +void InventoryRecv::processSelectCart(Net::MessageIn &msg) +{ + UNIMPLIMENTEDPACKET; + + const int count = msg.readInt16("len") - 8; + msg.readBeingId("account id"); + for (int f = 0; f < count; f ++) + msg.readUInt8("cart type"); +} + } // namespace EAthena -- cgit v1.2.3-60-g2f50