diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-01 12:31:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-01 12:31:19 +0300 |
commit | adb6a81c70e2665c47afd47c9545514f9979d13f (patch) | |
tree | 5d8911076dc59708e8ce8c1dc4c59b2af6a0e493 /src/net/eathena/protocol.h | |
parent | 8b94c92950cc5f6860d2a32a2254d99197db6c64 (diff) | |
download | plus-adb6a81c70e2665c47afd47c9545514f9979d13f.tar.gz plus-adb6a81c70e2665c47afd47c9545514f9979d13f.tar.bz2 plus-adb6a81c70e2665c47afd47c9545514f9979d13f.tar.xz plus-adb6a81c70e2665c47afd47c9545514f9979d13f.zip |
eathena: add partial support for packet SMSG_MAP_AUTH_REFUSE 0x0074.
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 */ |