mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
* Advent of the Wurm - Removed the expansion reference to RTR of the token. That led to showing the card as RTR card.
This commit is contained in:
parent
319135b8ed
commit
7c5f1efe71
2 changed files with 4 additions and 5 deletions
|
|
@ -54,7 +54,7 @@ public enum CardRepository {
|
|||
instance;
|
||||
|
||||
private static final String JDBC_URL = "jdbc:sqlite:db/cards.db";
|
||||
private static final long DB_VERSION = 8;
|
||||
private static final long DB_VERSION = 9;
|
||||
|
||||
private Random random = new Random();
|
||||
private Dao<CardInfo, Object> cardDao;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue