From 7901ff853659fb9dda0218eac22c740dd44b1bd3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 5 Oct 2014 22:28:03 +0300 Subject: eathena: complete char rename support. --- src/net/eathena/protocol.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/net/eathena/protocol.h') 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 */ -- cgit v1.2.3-70-g09d2