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/chathandler.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/eathena/chathandler.cpp') diff --git a/src/net/eathena/chathandler.cpp b/src/net/eathena/chathandler.cpp index df9425b7e..6a005fedd 100644 --- a/src/net/eathena/chathandler.cpp +++ b/src/net/eathena/chathandler.cpp @@ -556,6 +556,7 @@ void ChatHandler::processWhisperResponse(Net::MessageIn &msg) void ChatHandler::processChatIgnoreList(Net::MessageIn &msg) { + UNIMPLIMENTEDPACKET; // +++ need put it in some object or window const int count = (msg.readInt16("len") - 4) / 24; for (int f = 0; f < count; f ++) @@ -591,6 +592,7 @@ void ChatHandler::joinChat(const ChatObject *const chat, void ChatHandler::processChatJoinAck(Net::MessageIn &msg) { + UNIMPLIMENTEDPACKET; const int count = msg.readInt16("len") - 8; msg.readInt32("chat id"); for (int f = 0; f < count; f ++) @@ -602,6 +604,7 @@ void ChatHandler::processChatJoinAck(Net::MessageIn &msg) void ChatHandler::processChatLeave(Net::MessageIn &msg) { + UNIMPLIMENTEDPACKET; msg.readInt16("users"); msg.readString(24, "name"); msg.readUInt8("flag"); // 0 - left, 1 - kicked -- cgit v1.2.3-70-g09d2