summaryrefslogtreecommitdiff
path: root/src/net/eathena/vendinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-07 13:50:36 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-07 13:50:36 +0300
commit29a7ea1d119f87b381dc36c5be3726dbd3fae92d (patch)
tree3c0b01f33b827b8713935e5e6b1f927b0ea9693a /src/net/eathena/vendinghandler.h
parentc8f7c0f5b8acdf1b1ecf48501f9468c378486d8c (diff)
downloadplus-29a7ea1d119f87b381dc36c5be3726dbd3fae92d.tar.gz
plus-29a7ea1d119f87b381dc36c5be3726dbd3fae92d.tar.bz2
plus-29a7ea1d119f87b381dc36c5be3726dbd3fae92d.tar.xz
plus-29a7ea1d119f87b381dc36c5be3726dbd3fae92d.zip
eathena: add partial support for packet SMSG_VENDING_REPORT 0x0137.
Diffstat (limited to 'src/net/eathena/vendinghandler.h')
-rw-r--r--src/net/eathena/vendinghandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/vendinghandler.h b/src/net/eathena/vendinghandler.h
index d29f355e1..d775f7958 100644
--- a/src/net/eathena/vendinghandler.h
+++ b/src/net/eathena/vendinghandler.h
@@ -49,6 +49,8 @@ class VendingHandler final : public MessageHandler,
static void processBuyAck(Net::MessageIn &msg);
static void processOpen(Net::MessageIn &msg);
+
+ static void processReport(Net::MessageIn &msg);
};
} // namespace EAthena