mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Xmage 1.4.16v3
This commit is contained in:
parent
27acaa5c9a
commit
2e1f8c07cb
4 changed files with 3 additions and 7 deletions
|
|
@ -45,7 +45,6 @@ import java.util.List;
|
|||
import java.util.Set;
|
||||
import java.util.TreeSet;
|
||||
import java.util.concurrent.Callable;
|
||||
|
||||
import mage.cards.CardSetInfo;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.SetType;
|
||||
|
|
@ -65,7 +64,7 @@ public enum CardRepository {
|
|||
// raise this if db structure was changed
|
||||
private static final long CARD_DB_VERSION = 47;
|
||||
// raise this if new cards were added to the server
|
||||
private static final long CARD_CONTENT_VERSION = 62;
|
||||
private static final long CARD_CONTENT_VERSION = 63;
|
||||
|
||||
private Dao<CardInfo, Object> cardDao;
|
||||
private Set<String> classNames;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue