mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
fix typos for quest mode shop
This commit is contained in:
@@ -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++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user