From ec613c9f448fc3df9267464c287869e53544d563 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 9 Feb 2018 00:10:25 +0300 Subject: Add packet SMSG_CLAN_ONLINE_COUNT 0x0988. --- src/net/eathena/packetsin.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/eathena/packetsin.inc') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 0c84deb7d..000455bef 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -736,6 +736,12 @@ if (packetVersion >= 20120702) packet(SMSG_CLAN_INFO, 0x098a, -1, &ClanRecv::processClanInfo, 20120702); } +// 20120716 +if (packetVersion >= 20120716) +{ + packet(SMSG_CLAN_ONLINE_COUNT, 0x0988, 6, &ClanRecv::processClanOnlineCount, 20120716); +} + // 20120925 if (packetVersion >= 20120925) { -- cgit v1.2.3-70-g09d2