diff options
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 be9537e3c..1f556b81a 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -61,6 +61,7 @@ #define SMSG_CHANGE_MAP_SERVER 0x0092 #define SMSG_MAP_LOGIN_SUCCESS 0x0a18 /**< Contains starting location */ +#define SMSG_MAP_AUTH_REFUSE 0x0074 #define SMSG_MAP_QUIT_RESPONSE 0x018b #define SMSG_PLAYER_STOP 0x0088 /**< Stop walking, set position */ #define SMSG_PLAYER_MOVE_TO_ATTACK 0x0139 /**< Move to within attack range */ |