summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-28 01:53:58 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-28 02:33:43 +0300
commitc5a039edf81958d7d6131d84107d666dfb848195 (patch)
treec5e1b9fa3ea446089a37f7f1aac27220d8641e7d /src/net/eathena/packetsin.inc
parentb013c695838bb3c26687f230b6d33d68fc844448 (diff)
downloadplus-c5a039edf81958d7d6131d84107d666dfb848195.tar.gz
plus-c5a039edf81958d7d6131d84107d666dfb848195.tar.bz2
plus-c5a039edf81958d7d6131d84107d666dfb848195.tar.xz
plus-c5a039edf81958d7d6131d84107d666dfb848195.zip
Add packet SMSG_GUILD_MEMBER_LIST 0x0aa5.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 0a10c21a5..036c5fde9 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -900,6 +900,12 @@ if (packetVersion >= 20160921)
packet(SMSG_VENDING_ITEMS_LIST, 0x0800, -1, &VendingRecv::processItemsList, 20160921);
}
+// 20161026
+if (packetVersion >= 20161026)
+{
+ packet(SMSG_GUILD_MEMBER_LIST, 0x0aa5, -1, &GuildRecv::processGuildMemberList, 20161026);
+}
+
// 20170315
if (packetVersion >= 20170315)
{