summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-12 17:49:22 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-12 17:49:22 +0300
commitdca1d63c7734846844fd3d322d1b6927cfa7d913 (patch)
treed31112ae6e308e84fcd81a9321119274988647d9 /src/net/eathena/inventoryhandler.h
parent16c4b0ef4fb76431563f09b147662b81788fa6c6 (diff)
downloadplus-dca1d63c7734846844fd3d322d1b6927cfa7d913.tar.gz
plus-dca1d63c7734846844fd3d322d1b6927cfa7d913.tar.bz2
plus-dca1d63c7734846844fd3d322d1b6927cfa7d913.tar.xz
plus-dca1d63c7734846844fd3d322d1b6927cfa7d913.zip
eathena: add partial support for packet SMSG_PLAYER_COOKING_LIST 0x025a.
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 94855384e..8cf69408a 100644
--- a/src/net/eathena/inventoryhandler.h
+++ b/src/net/eathena/inventoryhandler.h
@@ -131,6 +131,8 @@ class InventoryHandler final : public MessageHandler,
static void processPlayerStoragePasswordResult(Net::MessageIn &msg);
+ static void processPlayerCookingList(Net::MessageIn &msg);
+
static Ea::InventoryItems mCartItems;
};