summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-18 17:22:04 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-18 17:22:04 +0300
commit240cf581ec7e1727097065a55a654dfdb6330ccd (patch)
tree27fcf1b5cdbafc0abb98f3f721efae38c191ac0b /src/net/eathena/inventoryhandler.h
parent16c256230774fc1dcdf66f16a70a3cd9f6fd0343 (diff)
downloadplus-240cf581ec7e1727097065a55a654dfdb6330ccd.tar.gz
plus-240cf581ec7e1727097065a55a654dfdb6330ccd.tar.bz2
plus-240cf581ec7e1727097065a55a654dfdb6330ccd.tar.xz
plus-240cf581ec7e1727097065a55a654dfdb6330ccd.zip
eathena: add pacrtial support for packet SMSG_PLAYER_CART_ADD_ERROR 0x012c.
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 f53050ccd..a902350da 100644
--- a/src/net/eathena/inventoryhandler.h
+++ b/src/net/eathena/inventoryhandler.h
@@ -137,6 +137,8 @@ class InventoryHandler final : public MessageHandler,
static void processFavoriteItem(Net::MessageIn &msg);
+ static void processCartAddError(Net::MessageIn &msg);
+
static Ea::InventoryItems mCartItems;
};