diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-26 22:41:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-26 22:41:39 +0300 |
commit | 2f63276d3c09246878fb2470c3c047c7d4144a2d (patch) | |
tree | b96ab3d64657a27854302aca637cb6f8c281fdd5 /src/net/eathena/protocol.h | |
parent | d6f607842bb91d2f76b6d677e4e899de50fa27cf (diff) | |
download | plus-2f63276d3c09246878fb2470c3c047c7d4144a2d.tar.gz plus-2f63276d3c09246878fb2470c3c047c7d4144a2d.tar.bz2 plus-2f63276d3c09246878fb2470c3c047c7d4144a2d.tar.xz plus-2f63276d3c09246878fb2470c3c047c7d4144a2d.zip |
eathena: add packet CMSG_NPC_CASH_SHOP_CLOSE 0x084a.
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 81c062f79..4e0311e29 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -533,6 +533,7 @@ #define CMSG_NPC_MARKET_CLOSE 0x09d8 #define CMSG_NPC_MARKET_BUY 0x09d6 #define CMSG_NPC_CASH_SHOP_BUY 0x0288 +#define CMSG_NPC_CASH_SHOP_CLOSE 0x084a #define CMSG_TRADE_REQUEST 0x00e4 #define CMSG_TRADE_RESPONSE 0x00e6 |