diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 20:00:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 20:00:59 +0300 |
commit | 7ac2da363583a568256f5efc2ab58fa2b342b233 (patch) | |
tree | ed99f960b5b5c6cbaa7a7ca9db19f3dedb43bf33 /src/net/eathena/protocol.h | |
parent | 0e58c7c1df7d4e02b1dc06d5ee40bd7ab25ef284 (diff) | |
download | plus-7ac2da363583a568256f5efc2ab58fa2b342b233.tar.gz plus-7ac2da363583a568256f5efc2ab58fa2b342b233.tar.bz2 plus-7ac2da363583a568256f5efc2ab58fa2b342b233.tar.xz plus-7ac2da363583a568256f5efc2ab58fa2b342b233.zip |
eathena: add packet CMSG_NPC_COOKING 0x025b.
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 0eb37cbe7..941b8f6fc 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -315,6 +315,7 @@ #define CMSG_SET_SHORTCUTS 0x02ba #define CMSG_NPC_COMPLETE_PROGRESS_BAR 0x02f1 #define CMSG_NPC_PRODUCE_MIX 0x018e +#define CMSG_NPC_COOKING 0x025b #define CMSG_PLAYER_MAPMOVE 0x0140 #define CMSG_REMOVE_OPTION 0x012a #define CMSG_PLAYER_SET_MEMO 0x011d |