diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/net/ea/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/protocol.h b/src/net/ea/protocol.h index 279e4c2f..07350841 100644 --- a/src/net/ea/protocol.h +++ b/src/net/ea/protocol.h @@ -57,7 +57,7 @@ static const int STORAGE_OFFSET = 1; #define SMSG_CHAR_LOGIN 0x006b #define SMSG_CHAR_LOGIN_ERROR 0x006c #define SMSG_CHAR_CREATE_SUCCEEDED 0x006d -#define SMSG_CHAR_CREATE_FAILED 0x007e +#define SMSG_CHAR_CREATE_FAILED 0x006e #define SMSG_CHAR_DELETE_SUCCEEDED 0x006f #define SMSG_CHAR_DELETE_FAILED 0x0070 #define SMSG_CHAR_MAP_INFO 0x0071 |