summaryrefslogtreecommitdiff
path: root/src/net/tmwa/buysellhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-26 21:48:29 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-26 21:48:29 +0300
commitd6f607842bb91d2f76b6d677e4e899de50fa27cf (patch)
treee9f16601d04bbc4cca41ba30320baa579dcf52e2 /src/net/tmwa/buysellhandler.cpp
parent25dff985b6415335536a2df2e901098ebc3369e3 (diff)
downloadplus-d6f607842bb91d2f76b6d677e4e899de50fa27cf.tar.gz
plus-d6f607842bb91d2f76b6d677e4e899de50fa27cf.tar.bz2
plus-d6f607842bb91d2f76b6d677e4e899de50fa27cf.tar.xz
plus-d6f607842bb91d2f76b6d677e4e899de50fa27cf.zip
eathena: add packet CMSG_NPC_SHOP_CLOSE 0x09d4.
Diffstat (limited to 'src/net/tmwa/buysellhandler.cpp')
-rw-r--r--src/net/tmwa/buysellhandler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/buysellhandler.cpp b/src/net/tmwa/buysellhandler.cpp
index bbf5ca3e7..e63559d20 100644
--- a/src/net/tmwa/buysellhandler.cpp
+++ b/src/net/tmwa/buysellhandler.cpp
@@ -217,4 +217,8 @@ void BuySellHandler::sendSellRequest(const std::string &nick,
chatWindow->addWhisper(nick, data, ChatMsgType::BY_PLAYER);
}
+void BuySellHandler::close() const
+{
+}
+
} // namespace TmwAthena