mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-13 01:08:37 +00:00
Logging output bug fixed (text only)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user