diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 13:01:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 13:01:36 +0300 |
commit | 89ed065dd03979e7029f76cb44185dd9fc861576 (patch) | |
tree | 29a05084e55cddfb796adb72da895bfe27e6ce4a /src/net/eathena/protocol.h | |
parent | c98f3b83900b8cd3cb3cdfb30215541e6f08d140 (diff) | |
download | plus-89ed065dd03979e7029f76cb44185dd9fc861576.tar.gz plus-89ed065dd03979e7029f76cb44185dd9fc861576.tar.bz2 plus-89ed065dd03979e7029f76cb44185dd9fc861576.tar.xz plus-89ed065dd03979e7029f76cb44185dd9fc861576.zip |
eathena: add partial support for packet SMSG_PLAYER_FAME_BLACKSMITH 0x021b.
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 6b84577e7..f46524c09 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -105,6 +105,7 @@ #define SMSG_PLAYER_SKILL_AUTO_SPELLS 0x01cd #define SMSG_PLAYER_REPAIR_LIST 0x01fc #define SMSG_PLAYER_REPAIR_EFFECT 0x01fe +#define SMSG_PLAYER_FAME_BLACKSMITH 0x021b #define SMSG_SKILL_FAILED 0x0110 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 |