* Vedalken Shackles - Added missing mana cost to activate.

This commit is contained in:
LevelX2 2014-03-28 23:29:57 +01:00
parent 639b2328bb
commit 560e60430c
2 changed files with 4 additions and 2 deletions

View file

@ -55,7 +55,7 @@ public enum CardRepository {
private static final String JDBC_URL = "jdbc:sqlite:db/cards.db";
private static final String VERSION_ENTITY_NAME = "card";
private static final long CARD_DB_VERSION = 19;
private static final long CARD_DB_VERSION = 20;
private final Random random = new Random();
private Dao<CardInfo, Object> cardDao;