mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-13 09:17:21 +00:00
fix: uncomment debug_out for min/max items (#33)
This commit is contained in:
@@ -153,13 +153,13 @@ void AuctionHouseBot::addNewAuctions(Player *AHBplayer, AHBConfig *config)
|
||||
|
||||
if (auctions >= minItems)
|
||||
{
|
||||
//if (debug_Out) sLog->outError( "AHSeller: Auctions above minimum");
|
||||
if (debug_Out) sLog->outError( "AHSeller: Auctions above minimum");
|
||||
return;
|
||||
}
|
||||
|
||||
if (auctions >= maxItems)
|
||||
{
|
||||
//if (debug_Out) sLog->outError( "AHSeller: Auctions at or above maximum");
|
||||
if (debug_Out) sLog->outError( "AHSeller: Auctions at or above maximum");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user