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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/eathena/cashshophandler.h b/src/net/eathena/cashshophandler.h
index ae99d8e9e..2c7f0b56e 100644
--- a/src/net/eathena/cashshophandler.h
+++ b/src/net/eathena/cashshophandler.h
@@ -39,10 +39,10 @@ class CashShopHandler final : public MessageHandler,
void handleMessage(Net::MessageIn &msg) override final;
- void buy(const int points,
- const int itemId,
- const unsigned char color,
- const int amount) const override final;
+ void buyItem(const int points,
+ const int itemId,
+ const unsigned char color,
+ const int amount) const override final;
protected:
static void processCashShopOpen(Net::MessageIn &msg);