diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-29 13:10:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-29 13:10:31 +0300 |
commit | 5bf9a084a9d188105b919e984a655a5cf08bb497 (patch) | |
tree | abad6bb8f33abcbd9cf40abc8d9afa6a3a51add0 /src/net/eathena/protocol.h | |
parent | 63a59b84a097af720138399f4b55ca726b74716e (diff) | |
download | ManaVerse-5bf9a084a9d188105b919e984a655a5cf08bb497.tar.gz ManaVerse-5bf9a084a9d188105b919e984a655a5cf08bb497.tar.bz2 ManaVerse-5bf9a084a9d188105b919e984a655a5cf08bb497.tar.xz ManaVerse-5bf9a084a9d188105b919e984a655a5cf08bb497.zip |
eathena: add packet CMSG_NPC_CASH_SHOP_REQUEST_TAB 0x0846.
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 1d8c1648a..152acc891 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -539,6 +539,7 @@ #define CMSG_NPC_CASH_SHOP_BUY 0x0288 #define CMSG_NPC_CASH_SHOP_CLOSE 0x084a #define CMSG_NPC_CASH_SHOP_OPEN 0x0844 +#define CMSG_NPC_CASH_SHOP_REQUEST_TAB 0x0846 #define CMSG_TRADE_REQUEST 0x00e4 #define CMSG_TRADE_RESPONSE 0x00e6 |