Skip to content

Commit

Permalink
Merge pull request #1 from azerothcore/master
Browse files Browse the repository at this point in the history
fix: bug only finds a single auction azerothcore#129 from azerothcore\mod-ah-bot…
  • Loading branch information
icemansparks authored Jan 17, 2025
2 parents b4e1653 + ce277a4 commit 7fff958
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 7fff958

Please sign in to comment.