diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-24 13:30:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-24 13:31:53 +0300 |
commit | 21a671a5de9876ae79112b7a6da1259c2198300f (patch) | |
tree | e08a381563f199dafb2bded63b985404c3f6d4be /src/net/eathena/protocol.h | |
parent | c312bd7e397cb7d54731d1184873bb70f5a9e403 (diff) | |
download | plus-21a671a5de9876ae79112b7a6da1259c2198300f.tar.gz plus-21a671a5de9876ae79112b7a6da1259c2198300f.tar.bz2 plus-21a671a5de9876ae79112b7a6da1259c2198300f.tar.xz plus-21a671a5de9876ae79112b7a6da1259c2198300f.zip |
eathena: add partial support for packet SMSG_NPC_CASH_SHOP_OPEN 0x0287.
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 d081ea0d6..45c8e4d6e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -151,6 +151,7 @@ #define SMSG_NPC_CHANGETITLE 0x0b06 #define SMSG_NPC_MARKET_OPEN 0x09d5 #define SMSG_NPC_MARKET_BUY_ACK 0x09d7 +#define SMSG_NPC_CASH_SHOP_OPEN 0x0287 #define SMSG_PLAYER_CHAT 0x008e /**< Player talks */ #define SMSG_WHISPER 0x0097 /**< Whisper Recieved */ |