summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-25 20:50:17 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-25 20:55:25 +0300
commit0b34d66a316df2fd0df4518bf1bf904b29acf95e (patch)
tree793a943432214e7b9c6134b5c4d957606aefc87d
parentdbf8165f63583e7cefd1e0e982f0cb62e725cdae (diff)
downloadplus-0b34d66a316df2fd0df4518bf1bf904b29acf95e.tar.gz
plus-0b34d66a316df2fd0df4518bf1bf904b29acf95e.tar.bz2
plus-0b34d66a316df2fd0df4518bf1bf904b29acf95e.tar.xz
plus-0b34d66a316df2fd0df4518bf1bf904b29acf95e.zip
Update packet versions for packet SMSG_PARTY_MEMBER_JOB_LEVEL.
-rw-r--r--src/net/eathena/packetsin.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index d22c2855e..57c65dd52 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -1027,11 +1027,22 @@ if (packetVersion >= 20170419)
packet(SMSG_MAIL2_MAIL_LIST_PAGE, 0x0ac2, -1, &Mail2Recv::processMailListPage, 20170419);
}
+// 20170419 re
+if (packetVersionRe >= 20170419)
+{
+ packet(SMSG_PARTY_MEMBER_JOB_LEVEL, 0x0abd, 10, &PartyRecv::processPartyMemberJobLevel, 20170419);
+}
+
// 20170502
if (packetVersion >= 20170502)
{
packet(SMSG_PARTY_MEMBER_INFO, 0x0a43, 85, &PartyRecv::processPartyMemberInfo, 20170502);
packet(SMSG_PARTY_INFO, 0x0a44, -1, &PartyRecv::processPartyInfo, 20170502);
+}
+
+// 20170502 main
+if (packetVersionMain >= 20170502)
+{
packet(SMSG_PARTY_MEMBER_JOB_LEVEL, 0x0abd, 10, &PartyRecv::processPartyMemberJobLevel, 20170502);
}
@@ -1079,6 +1090,7 @@ if (packets_zero == true)
packet(SMSG_SKILL_WARP_POINT, 0x0abe, -1, &SkillRecv::processSkillWarpPoint2, 20171018);
packet(SMSG_PARTY_MEMBER_INFO, 0x0a43, 85, &PartyRecv::processPartyMemberInfo, 20171018);
packet(SMSG_PARTY_INFO, 0x0a44, -1, &PartyRecv::processPartyInfo, 20171018);
+ packet(SMSG_PARTY_MEMBER_JOB_LEVEL, 0x0abd, 10, &PartyRecv::processPartyMemberJobLevel, 20171018);
}
// 20171207