From 805299e4d653440c582f6c576bcd7de2e1b2c3d4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Feb 2015 12:00:20 +0300 Subject: eathena: add packet CMSG_BUYINGSTORE_CREATE 0x0815. --- src/net/tmwa/buyingstorehandler.cpp | 7 +++++++ src/net/tmwa/buyingstorehandler.h | 5 +++++ 2 files changed, 12 insertions(+) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/buyingstorehandler.cpp b/src/net/tmwa/buyingstorehandler.cpp index a68208796..160a6b270 100644 --- a/src/net/tmwa/buyingstorehandler.cpp +++ b/src/net/tmwa/buyingstorehandler.cpp @@ -42,4 +42,11 @@ void BuyingStoreHandler::handleMessage(Net::MessageIn &msg A_UNUSED) { } +void BuyingStoreHandler::create(const std::string &name A_UNUSED, + const int maxMoney A_UNUSED, + const bool flag A_UNUSED, + std::vector &items A_UNUSED) const +{ +} + } // namespace TmwAthena 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 &items) const; }; } // namespace TmwAthena -- cgit v1.2.3-70-g09d2