diff options
Diffstat (limited to 'src/net/eathena/buyingstorehandler.h')
-rw-r--r-- | src/net/eathena/buyingstorehandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/buyingstorehandler.h b/src/net/eathena/buyingstorehandler.h index 1a647a67c..4e1d0dcd0 100644 --- a/src/net/eathena/buyingstorehandler.h +++ b/src/net/eathena/buyingstorehandler.h @@ -42,6 +42,8 @@ class BuyingStoreHandler final : public MessageHandler, const bool flag, std::vector<ShopItem*> &items) const override final; + void close() const override final; + protected: static void processBuyingStoreOpen(Net::MessageIn &msg); |