From d6f607842bb91d2f76b6d677e4e899de50fa27cf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 26 Mar 2015 21:48:29 +0300 Subject: eathena: add packet CMSG_NPC_SHOP_CLOSE 0x09d4. --- src/net/eathena/buysellhandler.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/eathena/buysellhandler.cpp') diff --git a/src/net/eathena/buysellhandler.cpp b/src/net/eathena/buysellhandler.cpp index 1d1b81788..a810feac7 100644 --- a/src/net/eathena/buysellhandler.cpp +++ b/src/net/eathena/buysellhandler.cpp @@ -30,6 +30,7 @@ #include "gui/windows/buydialog.h" +#include "net/eathena/messageout.h" #include "net/eathena/protocol.h" #include "resources/notifytypes.h" @@ -148,4 +149,9 @@ void BuySellHandler::sendSellRequest(const std::string &nick A_UNUSED, { } +void BuySellHandler::close() const +{ + createOutPacket(CMSG_NPC_SHOP_CLOSE); +} + } // namespace EAthena -- cgit v1.2.3-60-g2f50