summaryrefslogtreecommitdiff
path: root/src/net/eathena/chathandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-10 21:16:08 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-10 21:16:08 +0300
commit0295c338fcb43f10f6dbc664c0f86021464248c7 (patch)
tree872bb8b874e1b551b94f8ffa544d643ed9323592 /src/net/eathena/chathandler.h
parent38315e4cc40ec0990b1e4f4e6d814fafdd064aae (diff)
downloadplus-0295c338fcb43f10f6dbc664c0f86021464248c7.tar.gz
plus-0295c338fcb43f10f6dbc664c0f86021464248c7.tar.bz2
plus-0295c338fcb43f10f6dbc664c0f86021464248c7.tar.xz
plus-0295c338fcb43f10f6dbc664c0f86021464248c7.zip
eathena: add partial support for packet SMSG_CHAT_ROLE_CHANGE 0x00e1.
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 5ca4899f0..cfb9b8108 100644
--- a/src/net/eathena/chathandler.h
+++ b/src/net/eathena/chathandler.h
@@ -137,6 +137,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler
static void processChatAddMember(Net::MessageIn &msg);
static void processChatSettings(Net::MessageIn &msg);
+
+ static void processChatRoleChange(Net::MessageIn &msg);
};
} // namespace EAthena