diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-07 14:02:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-07 14:02:51 +0300 |
commit | 9d195207af67df767233ff6128f5b1df0421f83e (patch) | |
tree | 2251ed2b3c1c1c79ac34d5d11eca18ef07c87206 /src/net/eathena/protocol.h | |
parent | 29a7ea1d119f87b381dc36c5be3726dbd3fae92d (diff) | |
download | plus-9d195207af67df767233ff6128f5b1df0421f83e.tar.gz plus-9d195207af67df767233ff6128f5b1df0421f83e.tar.bz2 plus-9d195207af67df767233ff6128f5b1df0421f83e.tar.xz plus-9d195207af67df767233ff6128f5b1df0421f83e.zip |
eathena: add packet CMSG_VENDING_CLOSE 0x012e.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 0d3954d7b..a6f14c109 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -533,4 +533,6 @@ #define CMSG_AUCTION_SEARCH 0x0251 #define CMSG_AUCTION_BUY_SELL 0x025c +#define CMSG_VENDING_CLOSE 0x012e + #endif // NET_EATHENA_PROTOCOL_H |