From 7d162145958fccfcc3ba32a7db3b8161cfe83fe2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 10 Mar 2015 16:54:46 +0300 Subject: Mark all unimplimented packets with UNIMPLIMENTEDPACKET attribute. --- src/net/eathena/cashshophandler.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/eathena/cashshophandler.cpp') 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"); -- cgit v1.2.3-70-g09d2