summaryrefslogtreecommitdiff
path: root/src/net/tmwa/buyingstorehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/buyingstorehandler.h')
-rw-r--r--src/net/tmwa/buyingstorehandler.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/net/tmwa/buyingstorehandler.h b/src/net/tmwa/buyingstorehandler.h
index dc1b408bb..bfbb71080 100644
--- a/src/net/tmwa/buyingstorehandler.h
+++ b/src/net/tmwa/buyingstorehandler.h
@@ -25,21 +25,16 @@
#include "net/buyingstorehandler.h"
-#include "net/tmwa/messagehandler.h"
-
namespace TmwAthena
{
-class BuyingStoreHandler final : public MessageHandler,
- public Net::BuyingStoreHandler
+class BuyingStoreHandler final : public Net::BuyingStoreHandler
{
public:
BuyingStoreHandler();
A_DELETE_COPY(BuyingStoreHandler)
- void handleMessage(Net::MessageIn &msg) override final;
-
void create(const std::string &name,
const int maxMoney,
const bool flag,