diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 18:43:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-05 18:43:08 +0300 |
commit | b0361de1fcfc26b4bb497473e9fe1ef0f5013c98 (patch) | |
tree | c991970041797901ced68c5c62a53e5911a556ea /src/net/eathena/protocol.h | |
parent | a355e8aff74337706d8a0d5cf920809e3ecb975f (diff) | |
download | manaverse-b0361de1fcfc26b4bb497473e9fe1ef0f5013c98.tar.gz manaverse-b0361de1fcfc26b4bb497473e9fe1ef0f5013c98.tar.bz2 manaverse-b0361de1fcfc26b4bb497473e9fe1ef0f5013c98.tar.xz manaverse-b0361de1fcfc26b4bb497473e9fe1ef0f5013c98.zip |
eathena: add partial support for packet SMSG_CHAR_RENAME 0x028e.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 7e9de4e8f..0d2d39547 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -39,6 +39,7 @@ #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_CREATE_FAILED 0x006e #define SMSG_CHAR_DELETE_SUCCEEDED 0x006f |