summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-11 00:03:53 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-11 00:03:53 +0300
commit42995dce106291da04f0e23c00668e0d2afccb08 (patch)
tree93ce0823a22e2ff3ac9c72a86e53529e64641201 /src/net/eathena/inventoryhandler.h
parentab0224bbddaa1aef3303f9955356e0b4be40f5b0 (diff)
downloadplus-42995dce106291da04f0e23c00668e0d2afccb08.tar.gz
plus-42995dce106291da04f0e23c00668e0d2afccb08.tar.bz2
plus-42995dce106291da04f0e23c00668e0d2afccb08.tar.xz
plus-42995dce106291da04f0e23c00668e0d2afccb08.zip
eathena: add partial support for packet SMSG_PLAYER_IDENTIFY_LIST 0x0177.
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 b25c8992c..b65ebdba9 100644
--- a/src/net/eathena/inventoryhandler.h
+++ b/src/net/eathena/inventoryhandler.h
@@ -115,6 +115,8 @@ class InventoryHandler final : public MessageHandler,
static void processPlayerCartRemove(Net::MessageIn &msg);
+ static void processPlayerIdentifyList(Net::MessageIn &msg);
+
static Ea::InventoryItems mCartItems;
};