* Cards: updated old sets with new scryfall numbers (fixed images download);

This commit is contained in:
Oleg Agafonov 2021-06-30 16:51:01 +04:00
parent a1de8cc85a
commit a5dfe3ba14
13 changed files with 57 additions and 133 deletions

View file

@ -1666,7 +1666,6 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
pimpedSets.put("P11", 1);
pimpedSets.put("OVNT", 1); // Vintage Championship
pimpedSets.put("PREL", 1); // Release Events
pimpedSets.put("PJSE", 1); // Junior Series Europe
pimpedSets.put("P2HG", 1); // Two-Headed Giant Tournament
pimpedSets.put("PGTW", 1); // Gateway 2006
@ -1675,9 +1674,7 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
pimpedSets.put("EXP", 1);
pimpedSets.put("PGPX", 1);
pimpedSets.put("PMEI", 1);
pimpedSets.put("PREL", 1);
pimpedSets.put("PLS", 1);
pimpedSets.put("PPRE", 1);
String[] sets = pimpedSets.keySet().toArray(new String[pimpedSets.keySet().size()]);
Boolean didModify = false;