diff --git a/src/AuctionHouseBot.cpp b/src/AuctionHouseBot.cpp index 6d589ed..ddd40c6 100644 --- a/src/AuctionHouseBot.cpp +++ b/src/AuctionHouseBot.cpp @@ -1049,9 +1049,6 @@ void AuctionHouseBot::LoadValues(AHBConfig *config) LOG_ERROR("module", "maxStackOrange = {}", config->GetMaxStack(AHB_ORANGE)); LOG_ERROR("module", "maxStackYellow = {}", config->GetMaxStack(AHB_YELLOW)); } - - //AuctionHouseEntry const* ahEntry = sAuctionMgr->GetAuctionHouseEntry(config->GetAHFID()); - AuctionHouseObject* auctionHouse = sAuctionMgr->GetAuctionsMap(config->GetAHFID()); } if (AHBBuyer)