diff options
Diffstat (limited to 'src/net/eathena/cashshophandler.cpp')
-rw-r--r-- | src/net/eathena/cashshophandler.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/cashshophandler.cpp b/src/net/eathena/cashshophandler.cpp index 109a3c1b1..67d50cd21 100644 --- a/src/net/eathena/cashshophandler.cpp +++ b/src/net/eathena/cashshophandler.cpp @@ -20,6 +20,8 @@ #include "net/eathena/cashshophandler.h" +#include "logger.h" + #include "being/playerinfo.h" #include "enums/being/attributes.h" @@ -92,6 +94,7 @@ void CashShopHandler::processCashShopOpen(Net::MessageIn &msg) void CashShopHandler::processCashShopBuyAck(Net::MessageIn &msg) { + UNIMPLIMENTEDPACKET; msg.readInt32("cash points"); msg.readInt32("kafra points"); msg.readInt16("error"); |