diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-10 22:20:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-10 22:20:36 +0300 |
commit | acaaee81e79dfca6991636233bcaa4ee7994da93 (patch) | |
tree | 585f5940322cc6b9faf873af47e09ed66e56243d /src/net/eathena/chathandler.h | |
parent | ab55f44e40262249f247d6001d0e1e7ba9217202 (diff) | |
download | plus-acaaee81e79dfca6991636233bcaa4ee7994da93.tar.gz plus-acaaee81e79dfca6991636233bcaa4ee7994da93.tar.bz2 plus-acaaee81e79dfca6991636233bcaa4ee7994da93.tar.xz plus-acaaee81e79dfca6991636233bcaa4ee7994da93.zip |
eathena: add partial support for packet SMSG_MVP_EXP 0x010b.
Diffstat (limited to 'src/net/eathena/chathandler.h')
-rw-r--r-- | src/net/eathena/chathandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h index 27104edfd..e2ccb960d 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/chathandler.h @@ -141,6 +141,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler static void processChatRoleChange(Net::MessageIn &msg); static void processMVPItem(Net::MessageIn &msg); + + static void processMVPExp(Net::MessageIn &msg); }; } // namespace EAthena |