diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-26 21:48:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-26 21:48:29 +0300 |
commit | d6f607842bb91d2f76b6d677e4e899de50fa27cf (patch) | |
tree | e9f16601d04bbc4cca41ba30320baa579dcf52e2 /src/net/tmwa/buysellhandler.h | |
parent | 25dff985b6415335536a2df2e901098ebc3369e3 (diff) | |
download | plus-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.h')
-rw-r--r-- | src/net/tmwa/buysellhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/buysellhandler.h b/src/net/tmwa/buysellhandler.h index 8730cab7e..6547ef05b 100644 --- a/src/net/tmwa/buysellhandler.h +++ b/src/net/tmwa/buysellhandler.h @@ -53,6 +53,8 @@ class BuySellHandler final : public MessageHandler, public Ea::BuySellHandler const ShopItem *const item, const int amount) const override final; + void close() const override final; + protected: static void processNpcBuy(Net::MessageIn &msg); |