diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-05 17:18:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-05 17:18:05 +0300 |
commit | 4c41a3eaa82e2e11f2ee4da3513f25e1095c3a12 (patch) | |
tree | 67966262d7b931d68a270ae69c3232bfd3f41736 /src/net | |
parent | b3692a780b8d9d003bb8a85374297b53cad43f2c (diff) | |
download | plus-4c41a3eaa82e2e11f2ee4da3513f25e1095c3a12.tar.gz plus-4c41a3eaa82e2e11f2ee4da3513f25e1095c3a12.tar.bz2 plus-4c41a3eaa82e2e11f2ee4da3513f25e1095c3a12.tar.xz plus-4c41a3eaa82e2e11f2ee4da3513f25e1095c3a12.zip |
Add packet SMSG_CHAR_MAP_INFO 0x0ac5.
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/eathena/packetsin.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 5259b0e7a..57c6add4a 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); } +// 20170329 +if (packetVersion >= 20170329) +{ + packet(SMSG_CHAR_MAP_INFO, 0x0ac5, 156, &CharServerRecv::processCharMapInfo, 20170329); +} + // 0 // evol always packets packet(SMSG_SERVER_VERSION_RESPONSE, 0x7531, -1, &LoginRecv::processServerVersion, 0); |