diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-06 14:55:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-06 14:55:47 +0300 |
commit | 773f760bc1a308152265c40161789d8ae318aba4 (patch) | |
tree | 58b56e08d110d78ae996c34118ed279a80f7520b /src/net/eathena/protocol.h | |
parent | 326ad8b0aa5ebdd55ec3f7d41238d578cafb3e23 (diff) | |
download | plus-773f760bc1a308152265c40161789d8ae318aba4.tar.gz plus-773f760bc1a308152265c40161789d8ae318aba4.tar.bz2 plus-773f760bc1a308152265c40161789d8ae318aba4.tar.xz plus-773f760bc1a308152265c40161789d8ae318aba4.zip |
Rename function AuctionHandler::cancelRequest into AuctionHandler::cancelReg.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index a413fb587..8ec1ff842 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -516,7 +516,7 @@ #define CMSG_FRIENDS_REQUEST_ACK 0x0208 #define CMSG_FRIENDS_DELETE_PLAYER 0x020a -#define CMSG_AUCTION_CANCEL_REQUEST 0x024b +#define CMSG_AUCTION_CANCEL_REG 0x024b #define CMSG_AUCTION_SET_ITEM 0x024c #define CMSG_AUCTION_REGISTER 0x024d |