summaryrefslogtreecommitdiff
path: root/src/net/eathena/cashshophandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-24 14:09:35 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-24 14:09:35 +0300
commit8f49aa549ba451768c6748ca0ffb2d5bdb5a0eaf (patch)
tree81583fc68b7886262c2caaa9d258372d15bb5852 /src/net/eathena/cashshophandler.h
parent21a671a5de9876ae79112b7a6da1259c2198300f (diff)
downloadplus-8f49aa549ba451768c6748ca0ffb2d5bdb5a0eaf.tar.gz
plus-8f49aa549ba451768c6748ca0ffb2d5bdb5a0eaf.tar.bz2
plus-8f49aa549ba451768c6748ca0ffb2d5bdb5a0eaf.tar.xz
plus-8f49aa549ba451768c6748ca0ffb2d5bdb5a0eaf.zip
eathena: add packet CMSG_NPC_CASH_SHOP_BUY 0x0288.
Diffstat (limited to 'src/net/eathena/cashshophandler.h')
-rw-r--r--src/net/eathena/cashshophandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/cashshophandler.h b/src/net/eathena/cashshophandler.h
index d0e42cc63..fa781f74a 100644
--- a/src/net/eathena/cashshophandler.h
+++ b/src/net/eathena/cashshophandler.h
@@ -37,6 +37,11 @@ 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;
+
protected:
static void processCashShopOpen(Net::MessageIn &msg);
};