Sealed leagues no longer feed the cards into permanent collection.

This commit is contained in:
marcins78@gmail.com
2012-03-31 06:27:15 +00:00
parent 624ac0af83
commit 5f5ce7ca75

View File

@@ -87,9 +87,9 @@ public class SealedLeagueData implements LeagueData {
if (leaguePrize != null)
collectionsManager.addItemsToPlayerCollection(leagueStanding.getPlayerName(), _prizeCollectionType, leaguePrize.getAll());
}
for (LeagueStanding leagueStanding : leagueStandings) {
collectionsManager.moveCollectionToCollection(leagueStanding.getPlayerName(), _collectionType, _prizeCollectionType);
}
// for (LeagueStanding leagueStanding : leagueStandings) {
// collectionsManager.moveCollectionToCollection(leagueStanding.getPlayerName(), _collectionType, _prizeCollectionType);
// }
status++;
}
}