diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-15 10:56:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-15 11:08:52 +0300 |
commit | 2092efd689b7a0881bc9c7b3038e5f2e53a1ba21 (patch) | |
tree | b19507096c3fffa8cdc99e57c897d4e6e1f9a014 /src/net/eathena/protocol.h | |
parent | fcd38e8269205f062e27ea42d5107e5700023ff3 (diff) | |
download | plus-2092efd689b7a0881bc9c7b3038e5f2e53a1ba21.tar.gz plus-2092efd689b7a0881bc9c7b3038e5f2e53a1ba21.tar.bz2 plus-2092efd689b7a0881bc9c7b3038e5f2e53a1ba21.tar.xz plus-2092efd689b7a0881bc9c7b3038e5f2e53a1ba21.zip |
eathena: add packet CMSG_ADMIN_REQUEST_STATS 0x0213.
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 97bc7c7e4..123b36ef0 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -316,6 +316,7 @@ #define CMSG_ADMIN_ID_TO_LOGIN 0x01df #define CMSG_ADMIN_SET_TILE_TYPE 0x0198 #define CMSG_ADMIN_UNEQUIP_ALL 0x07f5 +#define CMSG_ADMIN_REQUEST_STATS 0x0213 #define CMSG_GUILD_CHECK_MASTER 0x014d #define CMSG_GUILD_REQUEST_INFO 0x014f |