summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-02-09 00:30:15 +0300
committerAndrei Karas <akaras@inbox.ru>2018-02-09 00:30:15 +0300
commite25a225565c979d96ffcd6e2336f549631c58896 (patch)
treee36668507500add33227482c017b03c95cc828ad /src/net/eathena/packetsin.inc
parent9ea7e62fdb31a44c1b46c89b66f1f6e4b9a71790 (diff)
downloadplus-e25a225565c979d96ffcd6e2336f549631c58896.tar.gz
plus-e25a225565c979d96ffcd6e2336f549631c58896.tar.bz2
plus-e25a225565c979d96ffcd6e2336f549631c58896.tar.xz
plus-e25a225565c979d96ffcd6e2336f549631c58896.zip
Add packet SMSG_CLAN_CHAT 0x098e.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index f2ffc2462..5f709c015 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -740,6 +740,7 @@ if (packetVersion >= 20120702)
if (packetVersion >= 20120716)
{
packet(SMSG_CLAN_ONLINE_COUNT, 0x0988, 6, &ClanRecv::processClanOnlineCount, 20120716);
+ packet(SMSG_CLAN_CHAT, 0x098e, -1, &ClanRecv::processClanChat, 20120716);
}
// 20120925