Logging output bug fixed (text only)

This commit is contained in:
NathanHandley
2025-09-21 11:14:03 -05:00
parent 12570dc2ba
commit aed9fbb5a8

View File

@@ -947,7 +947,7 @@ void AuctionHouseBot::AddNewAuctions(Player* AHBplayer, FactionSpecificAuctionHo
itemsGenerated++;
}
if (debug_Out)
LOG_INFO("module", "AHSeller: Added {} newItemsToListCount", itemsGenerated);
LOG_INFO("module", "AHSeller: Added {} items", itemsGenerated);
}
void AuctionHouseBot::AddNewAuctionBuyerBotBid(Player* AHBplayer, FactionSpecificAuctionHouseConfig *config)