diff options
author | Brian <runningnak3d@gmail.com> | 2010-02-15 07:51:15 -0700 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-02-15 07:51:15 -0700 |
commit | b9a4bd8a26ec74a1dede6129764db85a3b6710aa (patch) | |
tree | 6f71b0afa42f2b75263be101842ac077897e293c | |
parent | 490f4bf7ec0921b7129233f121b812051d4f2335 (diff) |
* 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
-rw-r--r-- | src/game/AuctionHouseBot.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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) |