fix typos for quest mode shop

This commit is contained in:
Maxmtg
2013-04-26 03:10:27 +00:00
parent 68fcb019ae
commit 6a51b8994b

View File

@@ -538,7 +538,7 @@ public final class QuestUtilCards {
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
SealedProductTemplate template = new SealedProductTemplate(Lists.newArrayList( SealedProductTemplate template = new SealedProductTemplate(Lists.newArrayList(
Pair.of("Commmon", common), Pair.of("uncommmon", uncommon), Pair.of("RareMythic", rare) Pair.of("Common", common), Pair.of("uncommon", uncommon), Pair.of("RareMythic", rare)
)); ));
for (int i = 0; i < totalPacks; i++) { for (int i = 0; i < totalPacks; i++) {