diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-24 14:09:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-24 14:09:35 +0300 |
commit | 8f49aa549ba451768c6748ca0ffb2d5bdb5a0eaf (patch) | |
tree | 81583fc68b7886262c2caaa9d258372d15bb5852 /src/net/eathena/protocol.h | |
parent | 21a671a5de9876ae79112b7a6da1259c2198300f (diff) | |
download | plus-8f49aa549ba451768c6748ca0ffb2d5bdb5a0eaf.tar.gz plus-8f49aa549ba451768c6748ca0ffb2d5bdb5a0eaf.tar.bz2 plus-8f49aa549ba451768c6748ca0ffb2d5bdb5a0eaf.tar.xz plus-8f49aa549ba451768c6748ca0ffb2d5bdb5a0eaf.zip |
eathena: add packet CMSG_NPC_CASH_SHOP_BUY 0x0288.
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 45c8e4d6e..53214e876 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -386,6 +386,7 @@ #define CMSG_NPC_SELL_REQUEST 0x00c9 #define CMSG_NPC_MARKET_CLOSE 0x09d8 #define CMSG_NPC_MARKET_BUY 0x09d6 +#define CMSG_NPC_CASH_SHOP_BUY 0x0288 #define CMSG_TRADE_REQUEST 0x00e4 #define CMSG_TRADE_RESPONSE 0x00e6 |