From e01af2f01eb2e17d259d685734cfc4277bb076f7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 8 Feb 2018 23:38:02 +0300 Subject: Add packet SMSG_CLAN_INFO 0x098a. --- 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 e3304821f..0c84deb7d 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -730,6 +730,12 @@ if (packetVersion >= 20120604) packet(SMSG_PLAYER_SKILL_COOLDOWN_LIST, 0x0985, -1, &SkillRecv::processSkillCoolDownList, 20120604); } +// 20120702 +if (packetVersion >= 20120702) +{ + packet(SMSG_CLAN_INFO, 0x098a, -1, &ClanRecv::processClanInfo, 20120702); +} + // 20120925 if (packetVersion >= 20120925) { -- cgit v1.2.3-70-g09d2