mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Fixed DPA rarity
This commit is contained in:
parent
eeaf2284cd
commit
1ff849bac2
3 changed files with 19 additions and 20 deletions
|
|
@ -129,7 +129,9 @@ public enum ScryfallImageSource implements CardImageSource {
|
|||
supportedSets.add("WWK");
|
||||
supportedSets.add("DDE");
|
||||
supportedSets.add("ROE");
|
||||
// duels of the planewalkers:
|
||||
supportedSets.add("DPA");
|
||||
//
|
||||
supportedSets.add("ARC");
|
||||
supportedSets.add("M11");
|
||||
supportedSets.add("V10");
|
||||
|
|
@ -231,9 +233,6 @@ public enum ScryfallImageSource implements CardImageSource {
|
|||
supportedSets.add("M19");
|
||||
supportedSets.add("GS1");
|
||||
supportedSets.add("GRN");
|
||||
// duels of the planewalkers:
|
||||
supportedSets.add("DPA");
|
||||
//
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ public enum WizardCardsImageSource implements CardImageSource {
|
|||
supportedSets.add("WWK");
|
||||
supportedSets.add("DDE");
|
||||
supportedSets.add("ROE");
|
||||
supportedSets.add("DPA");
|
||||
//supportedSets.add("DPA");
|
||||
supportedSets.add("ARC");
|
||||
supportedSets.add("M11");
|
||||
supportedSets.add("V10");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue