QuestUtilCards: fixed wasteCodes

This commit is contained in:
Hanmac
2016-10-05 20:49:25 +00:00
parent 47530518bb
commit d3faa45ab1

View File

@@ -145,7 +145,7 @@ public final class QuestUtilCards {
}
if (!wastesCodes.isEmpty()) {
String wasteCode = Aggregates.random(snowLandCodes);
String wasteCode = Aggregates.random(wastesCodes);
pool.add(db.getCard("Wastes", wasteCode), 5);
}