diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 14:00:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 14:00:24 +0300 |
commit | 5d2962b4a09a71d47a241a762124c9e5526072f8 (patch) | |
tree | 4b0867d8bad910bfaa4462529a6cf8523ccbb794 /src/net/eathena/protocol.h | |
parent | de361843e60f3a073a76d64d373462ebea824338 (diff) | |
download | plus-5d2962b4a09a71d47a241a762124c9e5526072f8.tar.gz plus-5d2962b4a09a71d47a241a762124c9e5526072f8.tar.bz2 plus-5d2962b4a09a71d47a241a762124c9e5526072f8.tar.xz plus-5d2962b4a09a71d47a241a762124c9e5526072f8.zip |
eathena: add partial support for packet SMSG_PLAYER_FAME_TAEKWON 0x0224.
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 b77604f4a..603fad336 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -107,6 +107,7 @@ #define SMSG_PLAYER_REPAIR_EFFECT 0x01fe #define SMSG_PLAYER_FAME_BLACKSMITH 0x021b #define SMSG_PLAYER_FAME_ALCHEMIST 0x021c +#define SMSG_PLAYER_FAME_TAEKWON 0x0224 #define SMSG_PLAYER_REFINE_LIST 0x0221 #define SMSG_PLAYER_UPGRADE_MESSAGE 0x0223 #define SMSG_SKILL_FAILED 0x0110 |