diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-09 00:30:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-09 00:30:15 +0300 |
commit | e25a225565c979d96ffcd6e2336f549631c58896 (patch) | |
tree | e36668507500add33227482c017b03c95cc828ad /src/net/eathena/packetsin.inc | |
parent | 9ea7e62fdb31a44c1b46c89b66f1f6e4b9a71790 (diff) | |
download | mv-e25a225565c979d96ffcd6e2336f549631c58896.tar.gz mv-e25a225565c979d96ffcd6e2336f549631c58896.tar.bz2 mv-e25a225565c979d96ffcd6e2336f549631c58896.tar.xz mv-e25a225565c979d96ffcd6e2336f549631c58896.zip |
Add packet SMSG_CLAN_CHAT 0x098e.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r-- | src/net/eathena/packetsin.inc | 1 |
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 |