diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-13 23:03:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-13 23:03:43 +0300 |
commit | 857b503b43dc7e2a452f1897efc2100b028f843a (patch) | |
tree | 7af2481fbd6f6fd057f1dc7a9047e54c6fbaf378 /src/net/eathena/chathandler.h | |
parent | cc597ceb752585ebf247dfbad6185d31e57e8ed8 (diff) | |
download | plus-857b503b43dc7e2a452f1897efc2100b028f843a.tar.gz plus-857b503b43dc7e2a452f1897efc2100b028f843a.tar.bz2 plus-857b503b43dc7e2a452f1897efc2100b028f843a.tar.xz plus-857b503b43dc7e2a452f1897efc2100b028f843a.zip |
eathena: add partial support for packet SMSG_FORMAT_MESSAGE 0x0291.
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 08103bc86..2238357e7 100644 --- a/src/net/eathena/chathandler.h +++ b/src/net/eathena/chathandler.h @@ -86,6 +86,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler void processGmChat2(Net::MessageIn &msg); void processChatIgnoreList(Net::MessageIn &msg); + + void processFormatMessage(Net::MessageIn &msg); }; } // namespace EAthena |