From a232b6c9ae2315c4658a0de6ba0fc779d4606fdd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 1 Sep 2014 00:36:05 +0300 Subject: eathena: fix SMSG_MAP_LOGIN_SUCCESS id. --- src/net/eathena/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/eathena/protocol.h') diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index d6c180b11..8f4268a85 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -56,7 +56,7 @@ #define SMSG_CHAR_SWITCH_RESPONSE 0x00b3 #define SMSG_CHANGE_MAP_SERVER 0x0092 -#define SMSG_MAP_LOGIN_SUCCESS 0x0073 /**< Contains starting location */ +#define SMSG_MAP_LOGIN_SUCCESS 0x02eb /**< Contains starting location */ #define SMSG_MAP_QUIT_RESPONSE 0x018b #define SMSG_PLAYER_UPDATE_1 0x01d8 #define SMSG_PLAYER_UPDATE_2 0x01d9 -- cgit v1.2.3-60-g2f50