* 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:
LevelX2 2013-07-01 14:25:09 +02:00
parent 319135b8ed
commit 7c5f1efe71
2 changed files with 4 additions and 5 deletions

View file

@ -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;