From 89068d61b30e19f69f53df05b0542c37c12397ea Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 26 Sep 2018 03:06:42 +0300 Subject: Add packet SMSG_PARTY_MEMBER_DEAD 0x0ab2. --- src/net/eathena/packetsin.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/net/eathena/packetsin.inc') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index f292dc276..10b4eafbf 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -1086,13 +1086,15 @@ if (packetVersionRe >= 20170502) { packet(SMSG_PARTY_MEMBER_INFO, 0x0a43, 85, &PartyRecv::processPartyMemberInfo, 20170502); packet(SMSG_PARTY_INFO, 0x0a44, -1, &PartyRecv::processPartyInfo, 20170502); + packet(SMSG_PARTY_MEMBER_DEAD, 0x0ab2, 7, &PartyRecv::processPartyMemberDead, 20170502); } -// 20170524 re +// 20170524 main if (packetVersionMain >= 20170524) { packet(SMSG_PARTY_MEMBER_INFO, 0x0a43, 85, &PartyRecv::processPartyMemberInfo, 20170524); packet(SMSG_PARTY_INFO, 0x0a44, -1, &PartyRecv::processPartyInfo, 20170524); + packet(SMSG_PARTY_MEMBER_DEAD, 0x0ab2, 7, &PartyRecv::processPartyMemberDead, 20170524); } // 20170315 @@ -1129,6 +1131,7 @@ if (packets_zero == true) packet(SMSG_MVP_EXP, 0x010b, 6, &ChatRecv::processMVPExp, 20171018); packet(SMSG_GUILD_EXPULSION2, 0x0a82, 46, &GuildRecv::processGuildExpulsion2, 20171018); packet(SMSG_GUILD_LEAVE2, 0x0a83, 46, &GuildRecv::processGuildLeave2, 20171018); + packet(SMSG_PARTY_MEMBER_DEAD, 0x0ab2, 7, &PartyRecv::processPartyMemberDead, 20171018); } // 20171019 zero -- cgit v1.2.3-70-g09d2