summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-25 22:08:06 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-25 22:08:06 +0300
commitf6010722cd8843bf4367ee652b38000327c99082 (patch)
tree325384ec427cb8191363925de23819878494ff3b
parent4a879f52c53c4fb9542319bc1f5864998a1fbb22 (diff)
downloadplus-f6010722cd8843bf4367ee652b38000327c99082.tar.gz
plus-f6010722cd8843bf4367ee652b38000327c99082.tar.bz2
plus-f6010722cd8843bf4367ee652b38000327c99082.tar.xz
plus-f6010722cd8843bf4367ee652b38000327c99082.zip
Update version checks for packet SMSG_CLAN_INFO
-rw-r--r--src/net/eathena/packetsin.inc18
1 files changed, 13 insertions, 5 deletions
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