diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 18:23:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 18:23:50 +0300 |
commit | 16a57526fbe271bd067cfa4ec44f2da9494bfa1f (patch) | |
tree | 167815cde7bd5961ed2b0e3f0c821227387e132a /src/net/eathena/protocol.h | |
parent | 38cef34addb9685d6f30e32b657917df98095d02 (diff) | |
download | plus-16a57526fbe271bd067cfa4ec44f2da9494bfa1f.tar.gz plus-16a57526fbe271bd067cfa4ec44f2da9494bfa1f.tar.bz2 plus-16a57526fbe271bd067cfa4ec44f2da9494bfa1f.tar.xz plus-16a57526fbe271bd067cfa4ec44f2da9494bfa1f.zip |
eathena: add partial support for packet SMSG_ITEM_DAMAGED 0x02bb.
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 434620bc6..a14e46421 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -159,6 +159,7 @@ #define SMSG_STARS_KILL 0x020e #define SMSG_GLADIATOR_FEEL_REQUEST 0x0253 #define SMSG_BOSS_MAP_INFO 0x0293 +#define SMSG_ITEM_DAMAGED 0x02bb #define SMSG_PLAYER_STATUS_CHANGE 0x0229 #define SMSG_PLAYER_STATUS_CHANGE2 0x028a |