- fixed generateChallenges.

This commit is contained in:
Sloth
2011-09-26 08:47:51 +00:00
parent 53118bb936
commit 073d2a44cb

View File

@@ -398,6 +398,8 @@ public class QuestEventManager {
Collections.shuffle(unlockedChallengeIds);
maxChallenges = Math.min(maxChallenges, unlockedChallengeIds.size());
for (int i = 0; i < maxChallenges; i++) {
availableChallengeIds.add(unlockedChallengeIds.get(i));
}