From b9a4bd8a26ec74a1dede6129764db85a3b6710aa Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 15 Feb 2010 07:51:15 -0700 Subject: * Removed credits from AuctionHouseBot loading. * Credits belong in commit logs, or THANKS files or we would have: * Loading Pool System: by Neo2003 * Loading Transport Event sytem: by TrullyOne --HG-- branch : trunk --- src/game/AuctionHouseBot.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/game/AuctionHouseBot.cpp b/src/game/AuctionHouseBot.cpp index e7fc4cea8c3..df3d7d8dbc1 100644 --- a/src/game/AuctionHouseBot.cpp +++ b/src/game/AuctionHouseBot.cpp @@ -1362,8 +1362,7 @@ void AuctionHouseBot::Initialize() sLog.outString("loaded %u orange items", orangeItemsBin.size()); sLog.outString("loaded %u yellow items", yellowItemsBin.size()); } - sLog.outString("AuctionHouseBot by Paradox (original by ChrisK) has been loaded."); - sLog.outString("AuctionHouseBot now includes AHBuyer by Kerbe and Paradox"); + sLog.outString("AuctionHouseBot and AuctionHouseBuyer have been loaded."); } void AuctionHouseBot::IncrementItemCounts(AuctionEntry* ah) -- cgit v1.2.3