summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-25 20:44:11 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-25 20:44:11 +0300
commitdbf8165f63583e7cefd1e0e982f0cb62e725cdae (patch)
tree132be7e76de821740fa254827d8aa3b35627c927 /src/net/eathena/packetsin.inc
parent2d3051fc41bf717aeb9563ad607ac9dab58e87fe (diff)
downloadplus-dbf8165f63583e7cefd1e0e982f0cb62e725cdae.tar.gz
plus-dbf8165f63583e7cefd1e0e982f0cb62e725cdae.tar.bz2
plus-dbf8165f63583e7cefd1e0e982f0cb62e725cdae.tar.xz
plus-dbf8165f63583e7cefd1e0e982f0cb62e725cdae.zip
Update packet versions for packets SMSG_PARTY_MEMBER_INFO and SMSG_PARTY_INFO.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 928d6eeab..d22c2855e 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -1035,6 +1035,20 @@ if (packetVersion >= 20170502)
packet(SMSG_PARTY_MEMBER_JOB_LEVEL, 0x0abd, 10, &PartyRecv::processPartyMemberJobLevel, 20170502);
}
+// 20170502 re
+if (packetVersionRe >= 20170502)
+{
+ packet(SMSG_PARTY_MEMBER_INFO, 0x0a43, 85, &PartyRecv::processPartyMemberInfo, 20170502);
+ packet(SMSG_PARTY_INFO, 0x0a44, -1, &PartyRecv::processPartyInfo, 20170502);
+}
+
+// 20170524 re
+if (packetVersionMain >= 20170524)
+{
+ packet(SMSG_PARTY_MEMBER_INFO, 0x0a43, 85, &PartyRecv::processPartyMemberInfo, 20170524);
+ packet(SMSG_PARTY_INFO, 0x0a44, -1, &PartyRecv::processPartyInfo, 20170524);
+}
+
// 20170315
if (packetVersion >= 20170315)
{
@@ -1063,6 +1077,8 @@ if (packets_zero == true)
packet(SMSG_ITEM_DROPPED, 0x0add, 22, &ItemRecv::processItemDropped, 20171018);
packet(SMSG_ITEM_MOVE_FAILED, 0x0aa7, 6, &InventoryRecv::processItemMoveFailed, 20171018);
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);
}
// 20171207