diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-11 19:56:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-11 19:56:17 +0300 |
commit | c4a5e0d7762aec9654e851cdae8ff57a06be881c (patch) | |
tree | fc387acb3a40dd8a44ce71d6e634a8f7c63cc8ac /src/net/eathena/protocol.h | |
parent | ffac5076dcc94ee88ce68d351de071ab8f830a77 (diff) | |
download | plus-c4a5e0d7762aec9654e851cdae8ff57a06be881c.tar.gz plus-c4a5e0d7762aec9654e851cdae8ff57a06be881c.tar.bz2 plus-c4a5e0d7762aec9654e851cdae8ff57a06be881c.tar.xz plus-c4a5e0d7762aec9654e851cdae8ff57a06be881c.zip |
eathena: add partial support for packet CMSG_ADMIN_GET_LOGIN_ACK 0x01e0.
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 d93d3698e..b057fbdb7 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -163,6 +163,7 @@ #define SMSG_PLAYER_STORAGE_CLOSE 0x00f8 /**< Storage access closed */ #define SMSG_ADMIN_KICK_ACK 0x00cd +#define CMSG_ADMIN_GET_LOGIN_ACK 0x01e0 #define SMSG_GUILD_CREATE_RESPONSE 0x0167 #define SMSG_GUILD_POSITION_INFO 0x016c |