diff options
Diffstat (limited to 'src/net/tmwa/buyingstorehandler.h')
-rw-r--r-- | src/net/tmwa/buyingstorehandler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/buyingstorehandler.h b/src/net/tmwa/buyingstorehandler.h index 29b5d3434..821bae865 100644 --- a/src/net/tmwa/buyingstorehandler.h +++ b/src/net/tmwa/buyingstorehandler.h @@ -37,6 +37,11 @@ class BuyingStoreHandler final : public MessageHandler, A_DELETE_COPY(BuyingStoreHandler) void handleMessage(Net::MessageIn &msg) override final; + + void create(const std::string &name, + const int maxMoney, + const bool flag, + std::vector<ShopItem*> &items) const; }; } // namespace TmwAthena |