summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-26 21:39:01 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-26 21:39:01 +0300
commit0779cc7854ac04b87aecc3d4bc64f2a9f12833c8 (patch)
treedcca99413f93f69747ccbc998920a557fcd0a4d9 /src/net/eathena/inventoryrecv.h
parentfa5c9c6958c8d499678ea9bab24eb4715b824f6e (diff)
downloadplus-0779cc7854ac04b87aecc3d4bc64f2a9f12833c8.tar.gz
plus-0779cc7854ac04b87aecc3d4bc64f2a9f12833c8.tar.bz2
plus-0779cc7854ac04b87aecc3d4bc64f2a9f12833c8.tar.xz
plus-0779cc7854ac04b87aecc3d4bc64f2a9f12833c8.zip
Add packet SMSG_PLAYER_COMBINED_INVENTORY 0x0b09.
Diffstat (limited to 'src/net/eathena/inventoryrecv.h')
-rw-r--r--src/net/eathena/inventoryrecv.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/eathena/inventoryrecv.h b/src/net/eathena/inventoryrecv.h
index 9e4c3ce03..37e52a8fe 100644
--- a/src/net/eathena/inventoryrecv.h
+++ b/src/net/eathena/inventoryrecv.h
@@ -25,6 +25,8 @@
#include "net/ea/inventoryitem.h"
+#include "enums/net/netinventorytype.h"
+
namespace Net
{
class MessageIn;
@@ -81,8 +83,13 @@ namespace EAthena
void processInventoryStart3(Net::MessageIn &msg);
void processInventoryEnd1(Net::MessageIn &msg);
void processInventoryEnd2(Net::MessageIn &msg);
+ void processPlayerCombinedInventory1(Net::MessageIn &msg);
+ void processPlayerCombinedInventory2(Net::MessageIn &msg);
int getSlot(const int eAthenaSlot) A_WARN_UNUSED;
+ void processInventoryContinue(Net::MessageIn &msg,
+ const int len,
+ const NetInventoryTypeT invType);
} // namespace InventoryRecv
} // namespace EAthena