diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 13:43:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 13:43:49 +0300 |
commit | 789aac29caf90e3eabe2f912fb0e0653ee290797 (patch) | |
tree | 0a607e26775aba9f39213e8d4fb734536ef8be00 /src/net/eathena/protocol.h | |
parent | 16958b5635ab990881039ea71bca15e90088b12f (diff) | |
download | manaplus-789aac29caf90e3eabe2f912fb0e0653ee290797.tar.gz manaplus-789aac29caf90e3eabe2f912fb0e0653ee290797.tar.bz2 manaplus-789aac29caf90e3eabe2f912fb0e0653ee290797.tar.xz manaplus-789aac29caf90e3eabe2f912fb0e0653ee290797.zip |
eathena: add partial support for packet SMSG_PLAYER_REFINE_LIST 0x0221.
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 e1fdb8bae..9b0a6da3a 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_REFINE_LIST 0x0221 #define SMSG_SKILL_FAILED 0x0110 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 |