diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 22:28:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-05 22:28:03 +0300 |
commit | 7901ff853659fb9dda0218eac22c740dd44b1bd3 (patch) | |
tree | 6c69a874bdb2885662f6aa98113c9a0a62ac4039 /src/net/eathena/protocol.h | |
parent | 641be9d16d2c1ce41da1bb0f700725ca04311d30 (diff) | |
download | plus-7901ff853659fb9dda0218eac22c740dd44b1bd3.tar.gz plus-7901ff853659fb9dda0218eac22c740dd44b1bd3.tar.bz2 plus-7901ff853659fb9dda0218eac22c740dd44b1bd3.tar.xz plus-7901ff853659fb9dda0218eac22c740dd44b1bd3.zip |
eathena: complete char rename support.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 0d2d39547..71baa43be 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -39,7 +39,8 @@ #define SMSG_CHAR_LOGIN_ERROR 0x006c #define SMSG_CHAR_CREATE_SUCCEEDED 0x006d #define SMSG_CHAR_PINCODE_STATUS 0x08b9 -#define SMSG_CHAR_RENAME 0x028e +#define SMSG_CHAR_CHECK_RENAME 0x028e +#define SMSG_CHAR_RENAME 0x0290 #define SMSG_CHAR_CREATE_FAILED 0x006e #define SMSG_CHAR_DELETE_SUCCEEDED 0x006f @@ -292,7 +293,8 @@ #define CMSG_CHAR_CREATE 0x0970 #define CMSG_CHAR_DELETE 0x0068 #define CMSG_CHAR_CREATE_PIN 0x08ba -#define CMSG_CHAR_RENAME 0x08fc +#define CMSG_CHAR_CHECK_RENAME 0x08fc +#define CMSG_CHAR_RENAME 0x028f #define CMSG_MAP_SERVER_CONNECT 0x089c #define CMSG_MAP_PING 0x035f /**< Send to server with tick */ |