diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-15 11:22:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-15 11:22:51 +0300 |
commit | 4aebda1ff020b2fcbf8aaaeea96188dedcae030b (patch) | |
tree | 853002adfccd42b03cd2cefae4b87049574306b0 /src/net/eathena/protocol.h | |
parent | 2092efd689b7a0881bc9c7b3038e5f2e53a1ba21 (diff) | |
download | plus-4aebda1ff020b2fcbf8aaaeea96188dedcae030b.tar.gz plus-4aebda1ff020b2fcbf8aaaeea96188dedcae030b.tar.bz2 plus-4aebda1ff020b2fcbf8aaaeea96188dedcae030b.tar.xz plus-4aebda1ff020b2fcbf8aaaeea96188dedcae030b.zip |
eathena: add partial support for packet SMSG_ADMIN_ACCOUNT_STATS 0x0214.
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 123b36ef0..532549a8c 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -167,6 +167,7 @@ #define SMSG_ADMIN_KICK_ACK 0x00cd #define SMSG_ADMIN_GET_LOGIN_ACK 0x01e0 #define SMSG_ADMIN_SET_TILE_TYPE 0x0192 +#define SMSG_ADMIN_ACCOUNT_STATS 0x0214 #define SMSG_GUILD_CREATE_RESPONSE 0x0167 #define SMSG_GUILD_POSITION_INFO 0x016c |