mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
* Vedalken Shackles - Added missing mana cost to activate.
This commit is contained in:
parent
639b2328bb
commit
560e60430c
2 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue