From e25a225565c979d96ffcd6e2336f549631c58896 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 9 Feb 2018 00:30:15 +0300 Subject: Add packet SMSG_CLAN_CHAT 0x098e. --- src/net/eathena/packetsin.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/eathena/packetsin.inc') 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 -- cgit v1.2.3-70-g09d2