diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-28 00:51:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-28 02:33:42 +0300 |
commit | e24f650a1271ecabe5ffa0a1f810cf0fa133f395 (patch) | |
tree | 936f6ae0915a552199efaf0a334384a6d4f2673f /src/net/eathena/packetsin.inc | |
parent | 4d94a44a3acf77653b4e4782009a49293b96c35d (diff) | |
download | plus-e24f650a1271ecabe5ffa0a1f810cf0fa133f395.tar.gz plus-e24f650a1271ecabe5ffa0a1f810cf0fa133f395.tar.bz2 plus-e24f650a1271ecabe5ffa0a1f810cf0fa133f395.tar.xz plus-e24f650a1271ecabe5ffa0a1f810cf0fa133f395.zip |
Add packet SMSG_PARTY_INFO 0x0a44.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r-- | src/net/eathena/packetsin.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 0c2695589..d087611ac 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -910,6 +910,7 @@ if (packetVersion >= 20170329) if (packetVersion >= 20170502) { packet(SMSG_PARTY_MEMBER_INFO, 0x0a43, 85, &PartyRecv::processPartyMemberInfo, 20170502); + packet(SMSG_PARTY_INFO, 0x0a44, -1, &PartyRecv::processPartyInfo, 20170502); } // 0 |