Skip to content

Commit

Permalink
fix: bug only finds a single auction #129 from azerothcore\mod-ah-bot (
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaytapp authored Jan 16, 2025
1 parent b4e1653 commit ce277a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AuctionHouseBot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ uint32 AuctionHouseBot::getNofAuctions(AHBConfig* config, AuctionHouseObject* au
if (guid == Aentry->owner)
{
count++;
break;
}
}

Expand Down

0 comments on commit ce277a4

Please sign in to comment.