From 9d195207af67df767233ff6128f5b1df0421f83e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 7 Jan 2015 14:02:51 +0300 Subject: eathena: add packet CMSG_VENDING_CLOSE 0x012e. --- src/net/eathena/protocol.h | 2 ++ src/net/eathena/vendinghandler.cpp | 6 ++++++ src/net/eathena/vendinghandler.h | 2 ++ 3 files changed, 10 insertions(+) (limited to 'src/net/eathena') diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 0d3954d7b..a6f14c109 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -533,4 +533,6 @@ #define CMSG_AUCTION_SEARCH 0x0251 #define CMSG_AUCTION_BUY_SELL 0x025c +#define CMSG_VENDING_CLOSE 0x012e + #endif // NET_EATHENA_PROTOCOL_H diff --git a/src/net/eathena/vendinghandler.cpp b/src/net/eathena/vendinghandler.cpp index 991bcdf10..dd1d7e7cc 100644 --- a/src/net/eathena/vendinghandler.cpp +++ b/src/net/eathena/vendinghandler.cpp @@ -20,6 +20,7 @@ #include "net/eathena/vendinghandler.h" +#include "net/eathena/messageout.h" #include "net/eathena/protocol.h" #include "debug.h" @@ -151,4 +152,9 @@ void VendingHandler::processReport(Net::MessageIn &msg) msg.readInt16("amount"); } +void VendingHandler::close() const +{ + createOutPacket(CMSG_VENDING_CLOSE); +} + } // namespace EAthena diff --git a/src/net/eathena/vendinghandler.h b/src/net/eathena/vendinghandler.h index d775f7958..cf451e8fa 100644 --- a/src/net/eathena/vendinghandler.h +++ b/src/net/eathena/vendinghandler.h @@ -37,6 +37,8 @@ class VendingHandler final : public MessageHandler, void handleMessage(Net::MessageIn &msg) override final; + void close() const override final; + protected: static void processOpenReq(Net::MessageIn &msg); -- cgit v1.2.3-60-g2f50