diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-06 22:12:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-06 22:12:43 +0300 |
commit | d12294702a4abd46a3fab0f2ea5b9aa3f8ef824a (patch) | |
tree | a3575c872235776e00cc60913a695a1ed580f546 /src/net/eathena/protocol.h | |
parent | 6e3bf9979165b7569ad7a58ec4679f2531e50b90 (diff) | |
download | plus-d12294702a4abd46a3fab0f2ea5b9aa3f8ef824a.tar.gz plus-d12294702a4abd46a3fab0f2ea5b9aa3f8ef824a.tar.bz2 plus-d12294702a4abd46a3fab0f2ea5b9aa3f8ef824a.tar.xz plus-d12294702a4abd46a3fab0f2ea5b9aa3f8ef824a.zip |
eathena: add packet CMSG_AUCTION_SEARCH 0x0251.
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 dd53a12f0..dda0cf4cd 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -522,5 +522,6 @@ #define CMSG_AUCTION_CANCEL 0x024e #define CMSG_AUCTION_CLOSE 0x025d #define CMSG_AUCTION_BID 0x024f +#define CMSG_AUCTION_SEARCH 0x0251 #endif // NET_EATHENA_PROTOCOL_H |