summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-25 21:29:33 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-25 21:29:33 +0300
commitdf0761d02f541723a4d127ef1d252cfa66e6a852 (patch)
treea2bb25eeccb1755bc3757026d98953069da7b1c7 /src/net/eathena/packetsin.inc
parent600bd9adc18e2c8b5f62e998779c1e1650272cc0 (diff)
downloadmv-df0761d02f541723a4d127ef1d252cfa66e6a852.tar.gz
mv-df0761d02f541723a4d127ef1d252cfa66e6a852.tar.bz2
mv-df0761d02f541723a4d127ef1d252cfa66e6a852.tar.xz
mv-df0761d02f541723a4d127ef1d252cfa66e6a852.zip
Add packet SMSG_GUILD_LEAVE2 0x0a83.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc13
1 files changed, 13 insertions, 0 deletions
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