diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-24 14:09:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-24 14:09:35 +0300 |
commit | 8f49aa549ba451768c6748ca0ffb2d5bdb5a0eaf (patch) | |
tree | 81583fc68b7886262c2caaa9d258372d15bb5852 /src/net/tmwa/cashshophandler.cpp | |
parent | 21a671a5de9876ae79112b7a6da1259c2198300f (diff) | |
download | ManaVerse-8f49aa549ba451768c6748ca0ffb2d5bdb5a0eaf.tar.gz ManaVerse-8f49aa549ba451768c6748ca0ffb2d5bdb5a0eaf.tar.bz2 ManaVerse-8f49aa549ba451768c6748ca0ffb2d5bdb5a0eaf.tar.xz ManaVerse-8f49aa549ba451768c6748ca0ffb2d5bdb5a0eaf.zip |
eathena: add packet CMSG_NPC_CASH_SHOP_BUY 0x0288.
Diffstat (limited to 'src/net/tmwa/cashshophandler.cpp')
-rw-r--r-- | src/net/tmwa/cashshophandler.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/tmwa/cashshophandler.cpp b/src/net/tmwa/cashshophandler.cpp index 99acd6653..7eab823df 100644 --- a/src/net/tmwa/cashshophandler.cpp +++ b/src/net/tmwa/cashshophandler.cpp @@ -42,4 +42,11 @@ void CashShopHandler::handleMessage(Net::MessageIn &msg A_UNUSED) { } +void CashShopHandler::buy(const int points A_UNUSED, + const int itemId A_UNUSED, + const unsigned char color A_UNUSED, + const int amount A_UNUSED) const +{ +} + } // namespace TmwAthena |