summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-28 01:34:20 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-28 02:33:43 +0300
commitb013c695838bb3c26687f230b6d33d68fc844448 (patch)
treeacb593afe03223a34af5182973b9e9df12533bd6 /src/net/eathena/packetsin.inc
parent6c8aa7542d4b133eaeb32855c6ab4a3006d95f8d (diff)
downloadplus-b013c695838bb3c26687f230b6d33d68fc844448.tar.gz
plus-b013c695838bb3c26687f230b6d33d68fc844448.tar.bz2
plus-b013c695838bb3c26687f230b6d33d68fc844448.tar.xz
plus-b013c695838bb3c26687f230b6d33d68fc844448.zip
Add packet SMSG_GUILD_BASIC_INFO 0x0a84.
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 3ceb26a70..0a10c21a5 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -887,6 +887,12 @@ if (packetVersion >= 20160330)
packet(SMSG_MAP_LOGIN_SUCCESS, 0x02eb, 13, &GameRecv::processMapLogin, 20080102);
}
+// 20160622
+if (packetVersion >= 20160622)
+{
+ packet(SMSG_GUILD_BASIC_INFO, 0x0a84, 94, &GuildRecv::processGuildBasicInfo, 20160622);
+}
+
// 20160921
if (packetVersion >= 20160921)
{