summaryrefslogtreecommitdiff
path: root/src/net/eathena/vendinghandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/vendinghandler.cpp')
-rw-r--r--src/net/eathena/vendinghandler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/vendinghandler.cpp b/src/net/eathena/vendinghandler.cpp
index 9f4218608..079dde1e2 100644
--- a/src/net/eathena/vendinghandler.cpp
+++ b/src/net/eathena/vendinghandler.cpp
@@ -164,6 +164,7 @@ void VendingHandler::processItemsList(Net::MessageIn &msg)
void VendingHandler::processBuyAck(Net::MessageIn &msg)
{
+ UNIMPLIMENTEDPACKET;
msg.readInt16("inv index");
msg.readInt16("amount");
msg.readUInt8("flag");
@@ -192,6 +193,7 @@ void VendingHandler::processOpen(Net::MessageIn &msg)
void VendingHandler::processReport(Net::MessageIn &msg)
{
+ UNIMPLIMENTEDPACKET;
msg.readInt16("inv index");
msg.readInt16("amount");
}