diff options
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/auctionhandler.cpp | 2 | ||||
-rw-r--r-- | src/net/eathena/auctionhandler.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/auctionhandler.cpp b/src/net/eathena/auctionhandler.cpp index 404e38c24..586e276b8 100644 --- a/src/net/eathena/auctionhandler.cpp +++ b/src/net/eathena/auctionhandler.cpp @@ -175,7 +175,7 @@ void AuctionHandler::bid(const int auctionId, outMsg.writeInt32(money, "money"); } -void AuctionHandler::search(const AuctionSearchType::Type type, +void AuctionHandler::search(const AuctionSearchTypeT type, const int auctionId, const std::string &text, const int page) const diff --git a/src/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h index a513f9c89..db20ee341 100644 --- a/src/net/eathena/auctionhandler.h +++ b/src/net/eathena/auctionhandler.h @@ -54,7 +54,7 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler void bid(const int auctionId, const int money) const override final; - void search(const AuctionSearchType::Type type, + void search(const AuctionSearchTypeT type, const int auctionId, const std::string &text, const int page) const override final; |