diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-07 14:12:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-07 14:12:55 +0300 |
commit | f52847a08113f09459d620cc5d91193b38d7a064 (patch) | |
tree | 277e94c02fb0f25f9db64bba18db352919a572b7 /src/net/eathena/protocol.h | |
parent | 9d195207af67df767233ff6128f5b1df0421f83e (diff) | |
download | plus-f52847a08113f09459d620cc5d91193b38d7a064.tar.gz plus-f52847a08113f09459d620cc5d91193b38d7a064.tar.bz2 plus-f52847a08113f09459d620cc5d91193b38d7a064.tar.xz plus-f52847a08113f09459d620cc5d91193b38d7a064.zip |
eathena: add packet CMSG_VENDING_LIST_REQ 0x0130.
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 a6f14c109..ff985053b 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -534,5 +534,6 @@ #define CMSG_AUCTION_BUY_SELL 0x025c #define CMSG_VENDING_CLOSE 0x012e +#define CMSG_VENDING_LIST_REQ 0x0130 #endif // NET_EATHENA_PROTOCOL_H |