From acaaee81e79dfca6991636233bcaa4ee7994da93 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 10 Mar 2015 22:20:36 +0300 Subject: eathena: add partial support for packet SMSG_MVP_EXP 0x010b. --- src/net/eathena/chathandler.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/net/eathena/chathandler.cpp') diff --git a/src/net/eathena/chathandler.cpp b/src/net/eathena/chathandler.cpp index 515a5923d..4e4231561 100644 --- a/src/net/eathena/chathandler.cpp +++ b/src/net/eathena/chathandler.cpp @@ -67,6 +67,7 @@ ChatHandler::ChatHandler() : SMSG_GM_CHAT2, SMSG_MVP_EFFECT, SMSG_MVP_ITEM, + SMSG_MVP_EXP, SMSG_IGNORE_ALL_RESPONSE, SMSG_COLOR_MESSAGE, SMSG_CHAT_IGNORE_LIST, @@ -144,6 +145,10 @@ void ChatHandler::handleMessage(Net::MessageIn &msg) processMVPItem(msg); break; + case SMSG_MVP_EXP: + processMVPExp(msg); + break; + case SMSG_IGNORE_ALL_RESPONSE: processIgnoreAllResponse(msg); break; @@ -856,4 +861,10 @@ void ChatHandler::processMVPItem(Net::MessageIn &msg) msg.readInt16("item id"); } +void ChatHandler::processMVPExp(Net::MessageIn &msg) +{ + UNIMPLIMENTEDPACKET; + msg.readInt32("exo"); +} + } // namespace EAthena -- cgit v1.2.3-70-g09d2