diff options
author | Chaz Brown <iamparadox@netscape.net> | 2009-08-14 20:10:17 -0400 |
---|---|---|
committer | Chaz Brown <iamparadox@netscape.net> | 2009-08-14 20:10:17 -0400 |
commit | c7aa2f64e3593f86ddf3ee5c13eb4ea4d8c1db2d (patch) | |
tree | 3d528d6584a4ae6caf83e320a8f6d310572bfd2a /src | |
parent | 271238a8e0a0a109917f692eb648bd47f57cc93f (diff) |
Fix typo in AHBot
--HG--
branch : trunk
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); |