summaryrefslogtreecommitdiff
path: root/src/net/ea/chathandler.h
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.h
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.h')
-rw-r--r--src/net/ea/chathandler.h2
1 files changed, 1 insertions, 1 deletions
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);