From f6010722cd8843bf4367ee652b38000327c99082 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 25 Jan 2019 22:08:06 +0300 Subject: Update version checks for packet SMSG_CLAN_INFO --- src/net/eathena/packetsin.inc | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'src/net') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 6417c251c..6bdb312f5 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -762,11 +762,6 @@ 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); -} // 20120716 if (packetVersion >= 20120716) @@ -808,6 +803,18 @@ if (packetVersion >= 20130000) packet(SMSG_ITEM_DROPPED, 0x084b, 19, &ItemRecv::processItemDropped, 20130000); } +// 20130605 re +if (packetVersionRe >= 20130605) +{ + packet(SMSG_CLAN_INFO, 0x098a, -1, &ClanRecv::processClanInfo, 20130605); +} + +// 20130626 main +if (packetVersionMain >= 20130626) +{ + packet(SMSG_CLAN_INFO, 0x098a, -1, &ClanRecv::processClanInfo, 20130626); +} + // 20130710 packet(SMSG_PLAYER_RANK_POINTS, 0x097e, 12, &PlayerRecv::processPlayerRankPoints, 20130710); @@ -1203,6 +1210,7 @@ if (packets_zero == true) packet(SMSG_LOGIN_OTP, 0x0ad1, -1, &LoginRecv::processLoginOtp1, 20171018); packet(SMSG_LOGIN_MOBILE_OTP, 0x09a2, 6, &LoginRecv::processMobileOtp, 20171018); packet(SMSG_PLAYER_SKILL_AUTO_SPELLS, 0x01cd, 30, &SkillRecv::processSkillAutoSpells1, 20171018); + packet(SMSG_CLAN_INFO, 0x098a, -1, &ClanRecv::processClanInfo, 20171018); } // 20171019 zero -- cgit v1.2.3-60-g2f50