summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-23 01:53:43 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-23 01:53:43 +0300
commita5a533750353cc05e91211a4dfec4e7dd020d7ac (patch)
tree1c69608fe974dd773d012f50cb5430520bea7315 /src/net/eathena/inventoryhandler.h
parentc21d7f9229d7d450012a8cd3b197c0f4432bfb7a (diff)
downloadplus-a5a533750353cc05e91211a4dfec4e7dd020d7ac.tar.gz
plus-a5a533750353cc05e91211a4dfec4e7dd020d7ac.tar.bz2
plus-a5a533750353cc05e91211a4dfec4e7dd020d7ac.tar.xz
plus-a5a533750353cc05e91211a4dfec4e7dd020d7ac.zip
eathena: add partial support for packet SMSG_CART_REMOVE 0x012b.
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 8508032ee..740b9c0c4 100644
--- a/src/net/eathena/inventoryhandler.h
+++ b/src/net/eathena/inventoryhandler.h
@@ -104,6 +104,8 @@ class InventoryHandler final : public MessageHandler,
static void processPlayerStorageRemove(Net::MessageIn &msg);
static void processCartInfo(Net::MessageIn &msg);
+
+ static void processCartRemove(Net::MessageIn &msg);
};
} // namespace EAthena