Displaying not implemented cards for M12.

This commit is contained in:
magenoxx 2011-07-31 09:51:42 +04:00
parent 7e45f77c22
commit 8be91072de
3 changed files with 17 additions and 3 deletions

View file

@ -305,7 +305,7 @@ public class MageBook extends JComponent {
private HoverButton pageRight;
private int currentPage = 0;
private String currentSet = "NPH";
private String currentSet = "M12";
private static CardDimensions cardDimensions = new CardDimensions(1.2d);
private static final Logger log = Logger.getLogger(MageBook.class);