mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
fix typos for quest mode shop
This commit is contained in:
@@ -538,7 +538,7 @@ public final class QuestUtilCards {
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
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++) {
|
||||
|
||||
Reference in New Issue
Block a user