diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-06 15:08:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-06 15:08:22 +0300 |
commit | 4002c63e4164fa496038dee0e9cad2f5e1598772 (patch) | |
tree | 7edffccbbb5148d68e660f7642cd41e51ea21bc9 /src/net/eathena/protocol.h | |
parent | 4028eee767414d73a4937dd61eea8d138e2a7b9e (diff) | |
download | plus-4002c63e4164fa496038dee0e9cad2f5e1598772.tar.gz plus-4002c63e4164fa496038dee0e9cad2f5e1598772.tar.bz2 plus-4002c63e4164fa496038dee0e9cad2f5e1598772.tar.xz plus-4002c63e4164fa496038dee0e9cad2f5e1598772.zip |
eathena: add packet CMSG_AUCTION_CLOSE 0x025d.
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 e2651a4f6..e1c3f4775 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -520,5 +520,6 @@ #define CMSG_AUCTION_SET_ITEM 0x024c #define CMSG_AUCTION_REGISTER 0x024d #define CMSG_AUCTION_CANCEL 0x024e +#define CMSG_AUCTION_CLOSE 0x025d #endif // NET_EATHENA_PROTOCOL_H |