diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-07 14:42:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-07 15:26:06 +0300 |
commit | 9f37c6e32dedd9b91aae09038de5e3fa1ab84513 (patch) | |
tree | 56367610011c7c5fe741b56b5afdb732eb66be62 /src/net/eathena/protocol.h | |
parent | f52847a08113f09459d620cc5d91193b38d7a064 (diff) | |
download | plus-9f37c6e32dedd9b91aae09038de5e3fa1ab84513.tar.gz plus-9f37c6e32dedd9b91aae09038de5e3fa1ab84513.tar.bz2 plus-9f37c6e32dedd9b91aae09038de5e3fa1ab84513.tar.xz plus-9f37c6e32dedd9b91aae09038de5e3fa1ab84513.zip |
eathena: add packet CMSG_VENDING_BUY 0x0134.
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 ff985053b..f10ec6163 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -535,5 +535,6 @@ #define CMSG_VENDING_CLOSE 0x012e #define CMSG_VENDING_LIST_REQ 0x0130 +#define CMSG_VENDING_BUY 0x0134 #endif // NET_EATHENA_PROTOCOL_H |