diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-07 16:55:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-07 17:01:49 +0300 |
commit | 3b96653ddb43f1d02979ebb92fb3b08f39a5aa68 (patch) | |
tree | 5972d0f6431bb0078d769c8c19a6287de522cce8 /src/net/eathena/protocol.h | |
parent | 64ed5cd18dca0d5eb08302d552a09f03d9ceeb10 (diff) | |
download | plus-3b96653ddb43f1d02979ebb92fb3b08f39a5aa68.tar.gz plus-3b96653ddb43f1d02979ebb92fb3b08f39a5aa68.tar.bz2 plus-3b96653ddb43f1d02979ebb92fb3b08f39a5aa68.tar.xz plus-3b96653ddb43f1d02979ebb92fb3b08f39a5aa68.zip |
eathena: add packet CMSG_VENDING_CREATE_SHOP 0x01b2.
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 61c8661ad..baf048c56 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -537,5 +537,6 @@ #define CMSG_VENDING_LIST_REQ 0x0130 #define CMSG_VENDING_BUY 0x0134 #define CMSG_VENDING_BUY2 0x0801 +#define CMSG_VENDING_CREATE_SHOP 0x01b2 #endif // NET_EATHENA_PROTOCOL_H |