From 421f7cf60e960b340a70fc75022ffaff2558eb48 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 10 Mar 2015 21:41:43 +0300 Subject: Rename packet SMSG_MVP into SMSG_MVP_EFFECT. --- src/net/eathena/chathandler.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/net/eathena/chathandler.cpp') diff --git a/src/net/eathena/chathandler.cpp b/src/net/eathena/chathandler.cpp index 07d57dcd0..92aefa370 100644 --- a/src/net/eathena/chathandler.cpp +++ b/src/net/eathena/chathandler.cpp @@ -65,7 +65,7 @@ ChatHandler::ChatHandler() : SMSG_WHISPER_RESPONSE, SMSG_GM_CHAT, SMSG_GM_CHAT2, - SMSG_MVP, + SMSG_MVP_EFFECT, SMSG_IGNORE_ALL_RESPONSE, SMSG_COLOR_MESSAGE, SMSG_CHAT_IGNORE_LIST, @@ -135,8 +135,8 @@ void ChatHandler::handleMessage(Net::MessageIn &msg) processGmChat2(msg); break; - case SMSG_MVP: - processMVP(msg); + case SMSG_MVP_EFFECT: + processMVPEffect(msg); break; case SMSG_IGNORE_ALL_RESPONSE: -- cgit v1.2.3-60-g2f50