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/ea/chathandler.cpp | 6 +++--- src/net/ea/chathandler.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/net/ea') diff --git a/src/net/ea/chathandler.cpp b/src/net/ea/chathandler.cpp index 30bef2118..68a9fdbdf 100644 --- a/src/net/ea/chathandler.cpp +++ b/src/net/ea/chathandler.cpp @@ -153,9 +153,9 @@ void ChatHandler::processWhisperResponseContinue(const uint8_t type) BLOCK_END("ChatHandler::processWhisperResponse") } -void ChatHandler::processMVP(Net::MessageIn &msg) +void ChatHandler::processMVPEffect(Net::MessageIn &msg) { - BLOCK_START("ChatHandler::processMVP") + BLOCK_START("ChatHandler::processMVPEffect") // Display MVP player const int id = msg.readInt32("being id"); if (localChatTab && actorManager && config.getBoolValue("showMVP")) @@ -166,7 +166,7 @@ void ChatHandler::processMVP(Net::MessageIn &msg) else NotifyManager::notify(NotifyTypes::MVP_PLAYER, being->getName()); } - BLOCK_END("ChatHandler::processMVP") + BLOCK_END("ChatHandler::processMVPEffect") } void ChatHandler::processIgnoreAllResponse(Net::MessageIn &msg) diff --git a/src/net/ea/chathandler.h b/src/net/ea/chathandler.h index fd2a67fa7..2ed9282f8 100644 --- a/src/net/ea/chathandler.h +++ b/src/net/ea/chathandler.h @@ -47,7 +47,7 @@ class ChatHandler notfinal : public Net::ChatHandler void me(const std::string &restrict text, const std::string &restrict channel) const override final; - static void processMVP(Net::MessageIn &msg); + static void processMVPEffect(Net::MessageIn &msg); static void processIgnoreAllResponse(Net::MessageIn &msg); -- cgit v1.2.3-70-g09d2