diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-10 16:53:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-10 16:53:19 +0300 |
commit | 4e1b5c8844c393cab1158911e9e633df7a896dbf (patch) | |
tree | 2af3aef0d4e0aa2d363dd3289391a44a3bdabc7d /src/net/eathena/protocol.h | |
parent | 48e1e3ef228e801636ae3d545a58e0dd68141f14 (diff) | |
download | plus-4e1b5c8844c393cab1158911e9e633df7a896dbf.tar.gz plus-4e1b5c8844c393cab1158911e9e633df7a896dbf.tar.bz2 plus-4e1b5c8844c393cab1158911e9e633df7a896dbf.tar.xz plus-4e1b5c8844c393cab1158911e9e633df7a896dbf.zip |
eathena: fix packet id for CMSG_SOLVE_CHAR_NAME 0x0898.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index bd729bcc8..59efb161d 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -313,7 +313,7 @@ #define CMSG_GUILD_OPPOSITION 0x0180 #define CMSG_GUILD_ALLIANCE_DELETE 0x0183 -#define CMSG_SOLVE_CHAR_NAME 0x0368 +#define CMSG_SOLVE_CHAR_NAME 0x0898 #define CMSG_IGNORE_ALL 0x00d0 #define CMSG_REQUEST_RANKS 0x097c #define CMSG_SET_SHORTCUTS 0x02ba |