From df0761d02f541723a4d127ef1d252cfa66e6a852 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 25 Sep 2018 21:29:33 +0300 Subject: Add packet SMSG_GUILD_LEAVE2 0x0a83. --- src/net/eathena/packetsin.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/net/eathena/packetsin.inc') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 52660ad5b..fbc9ee818 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -990,6 +990,18 @@ if (packetVersion >= 20160921) packet(SMSG_VENDING_ITEMS_LIST, 0x0800, -1, &VendingRecv::processItemsList, 20160921); } +// 20160921 re +if (packetVersionRe >= 20160921) +{ + packet(SMSG_GUILD_LEAVE2, 0x0a83, 46, &GuildRecv::processGuildLeave2, 20160921); +} + +// 20161019 main +if (packetVersionMain >= 20161019) +{ + packet(SMSG_GUILD_LEAVE2, 0x0a83, 46, &GuildRecv::processGuildLeave2, 20161019); +} + // 20161026 if (packetVersion >= 20161026) { @@ -1103,6 +1115,7 @@ if (packets_zero == true) packet(SMSG_PARTY_INFO, 0x0a44, -1, &PartyRecv::processPartyInfo, 20171018); packet(SMSG_PARTY_MEMBER_JOB_LEVEL, 0x0abd, 10, &PartyRecv::processPartyMemberJobLevel, 20171018); packet(SMSG_MVP_EXP, 0x010b, 6, &ChatRecv::processMVPExp, 20171018); + packet(SMSG_GUILD_LEAVE2, 0x0a83, 46, &GuildRecv::processGuildLeave2, 20171018); } // 20171207 -- cgit v1.2.3-70-g09d2