diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 13:22:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 13:22:35 +0300 |
commit | 0c291817a1e3fb61e229a2aa0037983ab2f0bf07 (patch) | |
tree | d6600c912b596ede7d5deebed5778840ab4b2c88 /src/net/eathena/protocol.h | |
parent | 61b29214e3b5becfccf8b9264a12019be7290a0f (diff) | |
download | mv-0c291817a1e3fb61e229a2aa0037983ab2f0bf07.tar.gz mv-0c291817a1e3fb61e229a2aa0037983ab2f0bf07.tar.bz2 mv-0c291817a1e3fb61e229a2aa0037983ab2f0bf07.tar.xz mv-0c291817a1e3fb61e229a2aa0037983ab2f0bf07.zip |
eathena: add partial support for packet SMSG_NPC_CASH_SCHEDULE 0x08ca.
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 795523e24..8e89fca04 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -198,6 +198,7 @@ #define SMSG_NPC_CASH_POINTS 0x0845 #define SMSG_NPC_CASH_BUY 0x0849 #define SMSG_NPC_CASH_TAB_PRICE_LIST 0x08c0 +#define SMSG_NPC_CASH_SCHEDULE 0x08ca #define SMSG_NPC_AREA 0x0b0b #define SMSG_NPC_SHOW_DIGIT 0x01b1 |