summaryrefslogtreecommitdiff
path: root/src/net/eathena/cashshophandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/cashshophandler.h')
-rw-r--r--src/net/eathena/cashshophandler.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/net/eathena/cashshophandler.h b/src/net/eathena/cashshophandler.h
index e5f057663..099aa3e92 100644
--- a/src/net/eathena/cashshophandler.h
+++ b/src/net/eathena/cashshophandler.h
@@ -25,20 +25,15 @@
#include "net/cashshophandler.h"
-#include "net/eathena/messagehandler.h"
-
namespace EAthena
{
-class CashShopHandler final : public MessageHandler,
- public Net::CashShopHandler
+class CashShopHandler final : public Net::CashShopHandler
{
public:
CashShopHandler();
A_DELETE_COPY(CashShopHandler)
- void handleMessage(Net::MessageIn &msg) override final;
-
void buyItem(const int points,
const int itemId,
const ItemColor color,