diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 17:15:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 17:15:11 +0300 |
commit | bc0ccd9664c637d6d3fe62b3cd45b72e3a503ab3 (patch) | |
tree | fbd205442586d112b339e484f09316bbc1bf7971 /src/net/eathena/protocol.h | |
parent | f5e4b8888afa9b95469903148e4df1544b755bc8 (diff) | |
download | plus-bc0ccd9664c637d6d3fe62b3cd45b72e3a503ab3.tar.gz plus-bc0ccd9664c637d6d3fe62b3cd45b72e3a503ab3.tar.bz2 plus-bc0ccd9664c637d6d3fe62b3cd45b72e3a503ab3.tar.xz plus-bc0ccd9664c637d6d3fe62b3cd45b72e3a503ab3.zip |
eathena: add partial support for packet SMSG_GLADIATOR_FEEL_REQUEST 0x0253.
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 6965e6710..9930bb50f 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -155,6 +155,7 @@ #define SMSG_BEING_ATTRS 0x0b0a #define SMSG_IGNORE_NICK_ACK 0x00d1 #define SMSG_STARS_KILL 0x020e +#define SMSG_GLADIATOR_FEEL_REQUEST 0x0253 #define SMSG_PLAYER_STATUS_CHANGE 0x0229 #define SMSG_PLAYER_STATUS_CHANGE2 0x028a |