diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 17:49:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 17:49:22 +0300 |
commit | dca1d63c7734846844fd3d322d1b6927cfa7d913 (patch) | |
tree | d31112ae6e308e84fcd81a9321119274988647d9 /src/net/eathena/protocol.h | |
parent | 16c4b0ef4fb76431563f09b147662b81788fa6c6 (diff) | |
download | plus-dca1d63c7734846844fd3d322d1b6927cfa7d913.tar.gz plus-dca1d63c7734846844fd3d322d1b6927cfa7d913.tar.bz2 plus-dca1d63c7734846844fd3d322d1b6927cfa7d913.tar.xz plus-dca1d63c7734846844fd3d322d1b6927cfa7d913.zip |
eathena: add partial support for packet SMSG_PLAYER_COOKING_LIST 0x025a.
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 1b44fbbbc..44517b6f6 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -110,6 +110,7 @@ #define SMSG_PLAYER_FAME_TAEKWON 0x0224 #define SMSG_PLAYER_REFINE_LIST 0x0221 #define SMSG_PLAYER_UPGRADE_MESSAGE 0x0223 +#define SMSG_PLAYER_COOKING_LIST 0x025a #define SMSG_SKILL_FAILED 0x0110 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 |