diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/AuctionHouseBot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/AuctionHouseBot.cpp b/src/game/AuctionHouseBot.cpp index ef8b990278c..873396406f3 100644 --- a/src/game/AuctionHouseBot.cpp +++ b/src/game/AuctionHouseBot.cpp @@ -634,7 +634,7 @@ void AuctionHouseBot::addNewAuctionBuyerBotBid(Player *AHBplayer, AHBConfig *con if (debug_Out) { sLog.outString("-------------------------------------------------"); - sLog.outString("AHBuyer: Auction Info for bid # %u:", auction->Id); + sLog.outString("AHBuyer: Info for Auction #%u:", auction->Id); sLog.outString("AHBuyer: AuctionHouse: %u", auction->GetHouseId()); sLog.outString("AHBuyer: Auctioneer: %u", auction->auctioneer); sLog.outString("AHBuyer: Owner: %u", auction->owner); |