Delete unused variable

This commit is contained in:
NathanHandley
2023-11-14 14:49:41 -06:00
parent 09019e6c4e
commit af94a8b12d

View File

@@ -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)