summaryrefslogtreecommitdiff
path: root/src/net/eathena/chathandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-10 20:29:39 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-10 20:29:39 +0300
commit1bf045651a77b43f870236d7c64e05f47ca1861b (patch)
treedeb543cf504fc933cd6e5e13502bb716f05af2d8 /src/net/eathena/chathandler.h
parent3e3efc374b93e92fd23fd8193df32c9c2d70f00a (diff)
downloadplus-1bf045651a77b43f870236d7c64e05f47ca1861b.tar.gz
plus-1bf045651a77b43f870236d7c64e05f47ca1861b.tar.bz2
plus-1bf045651a77b43f870236d7c64e05f47ca1861b.tar.xz
plus-1bf045651a77b43f870236d7c64e05f47ca1861b.zip
eathena: add partial support for packet SMSG_CHAT_ADD_MEMBER 0x00dc.
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 379f2ba15..e5ea32ed4 100644
--- a/src/net/eathena/chathandler.h
+++ b/src/net/eathena/chathandler.h
@@ -133,6 +133,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler
static void processChatDestroy(Net::MessageIn &msg);
static void processChatJoinFailed(Net::MessageIn &msg);
+
+ static void processChatAddMember(Net::MessageIn &msg);
};
} // namespace EAthena