From c7aa2f64e3593f86ddf3ee5c13eb4ea4d8c1db2d Mon Sep 17 00:00:00 2001 From: Chaz Brown Date: Fri, 14 Aug 2009 20:10:17 -0400 Subject: Fix typo in AHBot --HG-- branch : trunk --- src/game/AuctionHouseBot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3