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/itemhandler.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/eathena/itemhandler.cpp') diff --git a/src/net/eathena/itemhandler.cpp b/src/net/eathena/itemhandler.cpp index e5a8f5100..1061a6a59 100644 --- a/src/net/eathena/itemhandler.cpp +++ b/src/net/eathena/itemhandler.cpp @@ -23,6 +23,7 @@ #include "net/eathena/itemhandler.h" #include "actormanager.h" +#include "logger.h" #include "net/eathena/protocol.h" @@ -92,6 +93,7 @@ void ItemHandler::processItemDropped(Net::MessageIn &msg) void ItemHandler::processGraffiti(Net::MessageIn &msg) { + UNIMPLIMENTEDPACKET; msg.readInt32("graffiti id"); msg.readInt32("creator id"); msg.readInt16("x"); -- cgit v1.2.3-60-g2f50