diff options
Diffstat (limited to 'src/net/eathena/vendinghandler.h')
-rw-r--r-- | src/net/eathena/vendinghandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/vendinghandler.h b/src/net/eathena/vendinghandler.h index e14ca0596..30e9f50e2 100644 --- a/src/net/eathena/vendinghandler.h +++ b/src/net/eathena/vendinghandler.h @@ -50,6 +50,10 @@ class VendingHandler final : public MessageHandler, const int index, const int amount) const override final; + void createShop(const std::string &name, + const bool flag, + std::vector<ShopItem*> &items) const override final; + protected: static void processOpenReq(Net::MessageIn &msg); |