summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-14 14:11:47 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-14 14:11:47 +0300
commitd5a549b6af3579d247bfb7d4ca22c31ca0f3dc38 (patch)
treedbd146bc0a5f477a2f1f79986be719f2ee384596 /src/net/eathena/inventoryhandler.h
parentfe0ec89b20da19d9670cfcde7623b379c669c7c3 (diff)
downloadplus-d5a549b6af3579d247bfb7d4ca22c31ca0f3dc38.tar.gz
plus-d5a549b6af3579d247bfb7d4ca22c31ca0f3dc38.tar.bz2
plus-d5a549b6af3579d247bfb7d4ca22c31ca0f3dc38.tar.xz
plus-d5a549b6af3579d247bfb7d4ca22c31ca0f3dc38.zip
eathena: add partial support for packet.
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 172e0a625..74f46785d 100644
--- a/src/net/eathena/inventoryhandler.h
+++ b/src/net/eathena/inventoryhandler.h
@@ -92,6 +92,8 @@ class InventoryHandler final : public MessageHandler,
void processPlayerInsertCard(Net::MessageIn &msg);
void processPlayerItemRentalTime(Net::MessageIn &msg);
+
+ void processPlayerItemRentalExpired(Net::MessageIn &msg);
};
} // namespace EAthena