summaryrefslogtreecommitdiff
path: root/src/net/eathena/itemhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/itemhandler.cpp')
-rw-r--r--src/net/eathena/itemhandler.cpp2
1 files changed, 2 insertions, 0 deletions
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");