From 8790bb68c608cb1521a85f00664cbe62408314c4 Mon Sep 17 00:00:00 2001 From: Chaz Brown Date: Sat, 12 Sep 2009 01:04:08 -0400 Subject: 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 --- src/game/AuctionHouseBot.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/game/AuctionHouseBot.cpp b/src/game/AuctionHouseBot.cpp index c343ebf4544..c92e5eca838 100644 --- a/src/game/AuctionHouseBot.cpp +++ b/src/game/AuctionHouseBot.cpp @@ -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: -- cgit v1.2.3