summaryrefslogtreecommitdiff
path: root/src/net/ea/chathandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-10 21:41:43 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-10 21:41:43 +0300
commit421f7cf60e960b340a70fc75022ffaff2558eb48 (patch)
tree2c67a12a5472c906a6ac92691ed239f020a474d8 /src/net/ea/chathandler.cpp
parent0295c338fcb43f10f6dbc664c0f86021464248c7 (diff)
downloadplus-421f7cf60e960b340a70fc75022ffaff2558eb48.tar.gz
plus-421f7cf60e960b340a70fc75022ffaff2558eb48.tar.bz2
plus-421f7cf60e960b340a70fc75022ffaff2558eb48.tar.xz
plus-421f7cf60e960b340a70fc75022ffaff2558eb48.zip
Rename packet SMSG_MVP into SMSG_MVP_EFFECT.
Diffstat (limited to 'src/net/ea/chathandler.cpp')
-rw-r--r--src/net/ea/chathandler.cpp6
1 files changed, 3 insertions, 3 deletions
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)