diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 19:31:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 19:31:00 +0300 |
commit | e234316a0a46677f4523b7b91b5c1cdc22a4fea1 (patch) | |
tree | d62d94a5d365b284d4e179fba4b3c0399ffb4a7d /src/net/eathena/protocol.h | |
parent | c2df86167db6b7a70ca9377b8a0953a2d3513cb8 (diff) | |
download | plus-e234316a0a46677f4523b7b91b5c1cdc22a4fea1.tar.gz plus-e234316a0a46677f4523b7b91b5c1cdc22a4fea1.tar.bz2 plus-e234316a0a46677f4523b7b91b5c1cdc22a4fea1.tar.xz plus-e234316a0a46677f4523b7b91b5c1cdc22a4fea1.zip |
eathena: add packet CMSG_NPC_PRODUCE_MIX 0x018e.
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 31adc550f..0eb37cbe7 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -314,6 +314,7 @@ #define CMSG_REQUEST_RANKS 0x097c #define CMSG_SET_SHORTCUTS 0x02ba #define CMSG_NPC_COMPLETE_PROGRESS_BAR 0x02f1 +#define CMSG_NPC_PRODUCE_MIX 0x018e #define CMSG_PLAYER_MAPMOVE 0x0140 #define CMSG_REMOVE_OPTION 0x012a #define CMSG_PLAYER_SET_MEMO 0x011d |