* 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
This commit is contained in:
Brian
2010-02-15 07:51:15 -07:00
parent 490f4bf7ec
commit b9a4bd8a26

View File

@@ -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)