summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-12 18:23:50 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-12 18:23:50 +0300
commit16a57526fbe271bd067cfa4ec44f2da9494bfa1f (patch)
tree167815cde7bd5961ed2b0e3f0c821227387e132a /src/net/eathena/inventoryhandler.h
parent38cef34addb9685d6f30e32b657917df98095d02 (diff)
downloadplus-16a57526fbe271bd067cfa4ec44f2da9494bfa1f.tar.gz
plus-16a57526fbe271bd067cfa4ec44f2da9494bfa1f.tar.bz2
plus-16a57526fbe271bd067cfa4ec44f2da9494bfa1f.tar.xz
plus-16a57526fbe271bd067cfa4ec44f2da9494bfa1f.zip
eathena: add partial support for packet SMSG_ITEM_DAMAGED 0x02bb.
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 8cf69408a..0f2363f24 100644
--- a/src/net/eathena/inventoryhandler.h
+++ b/src/net/eathena/inventoryhandler.h
@@ -133,6 +133,8 @@ class InventoryHandler final : public MessageHandler,
static void processPlayerCookingList(Net::MessageIn &msg);
+ static void processItemDamaged(Net::MessageIn &msg);
+
static Ea::InventoryItems mCartItems;
};