Fix small omission in AuctionHouse.cpp caught by MrSmite, this may not make any difference at all, or it might make all the difference in the world for the distribution of items in the AH....

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-09-12 01:04:08 -04:00
parent c5c83b0ce5
commit 8790bb68c6
+1
View File
@@ -241,6 +241,7 @@ void AuctionHouseBot::addNewAuctions(Player *AHBplayer, AHBConfig *config)
while (itemID == 0 && loopBreaker < 50)
{
uint32 choice = urand(0, 13);
itemColor = choice;
switch (choice)
{
case 0: