diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 19:30:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 19:30:23 +0300 |
commit | b4024f971a41efebff9bbe53f71e78be6eda46af (patch) | |
tree | 0bd54c4c3e10ac63f316bc8b4f24510895b08203 /src/net/eathena/protocol.h | |
parent | b7f3032a97ab619df3f03f7c5828575a884ba635 (diff) | |
download | plus-b4024f971a41efebff9bbe53f71e78be6eda46af.tar.gz plus-b4024f971a41efebff9bbe53f71e78be6eda46af.tar.bz2 plus-b4024f971a41efebff9bbe53f71e78be6eda46af.tar.xz plus-b4024f971a41efebff9bbe53f71e78be6eda46af.zip |
eathena: add partial support for packet SMSG_PLAYER_REPAIR_LIST 0x01fc.
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 7ef357683..db31c5cef 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -103,6 +103,7 @@ #define SMSG_PLAYER_SKILL_PRODUCE_MIX_LIST 0x018d #define SMSG_PLAYER_SKILL_PRODUCE_EFFECT 0x018f #define SMSG_PLAYER_SKILL_AUTO_SPELLS 0x01cd +#define SMSG_PLAYER_REPAIR_LIST 0x01fc #define SMSG_SKILL_FAILED 0x0110 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 |