mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-02-07 21:01:59 +00:00
Fix more logs
This commit is contained in:
@@ -852,14 +852,14 @@ void AuctionHouseBot::AddNewAuctions(Player* AHBplayer, FactionSpecificAuctionHo
|
|||||||
if (currentAuctionItemListCount >= minItems)
|
if (currentAuctionItemListCount >= minItems)
|
||||||
{
|
{
|
||||||
if (debug_Out)
|
if (debug_Out)
|
||||||
LOG_INFO("module", "AHSeller: Auctions above minimum, so no currentAuctionItemListCount will be listed this cycle");
|
LOG_INFO("module", "AHSeller: Auctions above minimum, so no auctions will be listed this cycle");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (currentAuctionItemListCount >= maxItems)
|
if (currentAuctionItemListCount >= maxItems)
|
||||||
{
|
{
|
||||||
if (debug_Out)
|
if (debug_Out)
|
||||||
LOG_INFO("module", "AHSeller: Auctions at or above maximum, so no currentAuctionItemListCount will be listed this cycle");
|
LOG_INFO("module", "AHSeller: Auctions at or above maximum, so no auctions will be listed this cycle");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user