summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-24 17:41:19 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-24 17:41:19 +0300
commitd5815c17a3008e68fec20192977139209c9a14ca (patch)
tree510a0d5ff078fae386c397ef0055d0391d566b61 /src/net/eathena/inventoryhandler.h
parent7dc4dea6109eb8592db5bfc2ab81a6b59fdd83f7 (diff)
downloadplus-d5815c17a3008e68fec20192977139209c9a14ca.tar.gz
plus-d5815c17a3008e68fec20192977139209c9a14ca.tar.bz2
plus-d5815c17a3008e68fec20192977139209c9a14ca.tar.xz
plus-d5815c17a3008e68fec20192977139209c9a14ca.zip
eathena: add packet SMSG_PLAYER_CART_ADD 0x01c5.
Diffstat (limited to 'src/net/eathena/inventoryhandler.h')
-rw-r--r--src/net/eathena/inventoryhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/inventoryhandler.h b/src/net/eathena/inventoryhandler.h
index 740b9c0c4..c8c497b06 100644
--- a/src/net/eathena/inventoryhandler.h
+++ b/src/net/eathena/inventoryhandler.h
@@ -106,6 +106,8 @@ class InventoryHandler final : public MessageHandler,
static void processCartInfo(Net::MessageIn &msg);
static void processCartRemove(Net::MessageIn &msg);
+
+ static void processPlayerCartAdd(Net::MessageIn &msg);
};
} // namespace EAthena