diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-11 20:34:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-11 20:34:34 +0300 |
commit | 58adb06d27a8fc69d4010bf61b4a6c9841fa1c5c (patch) | |
tree | 9c3c0a8e3e18865786351e275eaf1cdde9e46054 /src/net/eathena/protocol.h | |
parent | 2314f78e49bcf92c69b7148cc8e771de01d161cb (diff) | |
download | plus-58adb06d27a8fc69d4010bf61b4a6c9841fa1c5c.tar.gz plus-58adb06d27a8fc69d4010bf61b4a6c9841fa1c5c.tar.bz2 plus-58adb06d27a8fc69d4010bf61b4a6c9841fa1c5c.tar.xz plus-58adb06d27a8fc69d4010bf61b4a6c9841fa1c5c.zip |
eathena: add partial support for packet SMSG_ADMIN_SET_TILE_TYPE 0x0192.
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 f8a4564fe..0e5ee60da 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -164,6 +164,7 @@ #define SMSG_ADMIN_KICK_ACK 0x00cd #define SMSG_ADMIN_GET_LOGIN_ACK 0x01e0 +#define SMSG_ADMIN_SET_TILE_TYPE 0x0192 #define SMSG_GUILD_CREATE_RESPONSE 0x0167 #define SMSG_GUILD_POSITION_INFO 0x016c |