summaryrefslogtreecommitdiff
path: root/src/net/eathena/chathandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-13 23:37:15 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-13 23:37:15 +0300
commit564fa0de49a384284868eaddbbdb9f87c58a3661 (patch)
treee60f242e9df768ee8ed90f1652926e895841c1c3 /src/net/eathena/chathandler.h
parent949a27bfda6b3fa8e6a4ad2e05448c61e9889e8a (diff)
downloadplus-564fa0de49a384284868eaddbbdb9f87c58a3661.tar.gz
plus-564fa0de49a384284868eaddbbdb9f87c58a3661.tar.bz2
plus-564fa0de49a384284868eaddbbdb9f87c58a3661.tar.xz
plus-564fa0de49a384284868eaddbbdb9f87c58a3661.zip
eathena: add partial support for packet SMSG_FORMAT_MESSAGE_NUMBER 0x07e2.
Diffstat (limited to 'src/net/eathena/chathandler.h')
-rw-r--r--src/net/eathena/chathandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h
index 2238357e7..5597c9c71 100644
--- a/src/net/eathena/chathandler.h
+++ b/src/net/eathena/chathandler.h
@@ -88,6 +88,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler
void processChatIgnoreList(Net::MessageIn &msg);
void processFormatMessage(Net::MessageIn &msg);
+
+ void processFormatMessageNumber(Net::MessageIn &msg);
};
} // namespace EAthena