diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-10 22:15:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-10 22:15:01 +0300 |
commit | ab55f44e40262249f247d6001d0e1e7ba9217202 (patch) | |
tree | e017e5303b5617f4c9ea08b0518e07e0b1e9e763 /src/net/eathena/chathandler.h | |
parent | 421f7cf60e960b340a70fc75022ffaff2558eb48 (diff) | |
download | plus-ab55f44e40262249f247d6001d0e1e7ba9217202.tar.gz plus-ab55f44e40262249f247d6001d0e1e7ba9217202.tar.bz2 plus-ab55f44e40262249f247d6001d0e1e7ba9217202.tar.xz plus-ab55f44e40262249f247d6001d0e1e7ba9217202.zip |
eathena: add partial support for packet SMSG_MVP_ITEM 0x010a.
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 cfb9b8108..27104edfd 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/chathandler.h @@ -139,6 +139,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler static void processChatSettings(Net::MessageIn &msg); static void processChatRoleChange(Net::MessageIn &msg); + + static void processMVPItem(Net::MessageIn &msg); }; } // namespace EAthena |