mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
Xmage 1.4.3v2
This commit is contained in:
parent
386204c085
commit
f0162a6b56
3 changed files with 6 additions and 3 deletions
|
|
@ -63,7 +63,7 @@ public enum CardRepository {
|
|||
// raise this if db structure was changed
|
||||
private static final long CARD_DB_VERSION = 41;
|
||||
// raise this if new cards were added to the server
|
||||
private static final long CARD_CONTENT_VERSION = 32;
|
||||
private static final long CARD_CONTENT_VERSION = 33;
|
||||
|
||||
private final Random random = new Random();
|
||||
private Dao<CardInfo, Object> cardDao;
|
||||
|
|
@ -250,7 +250,7 @@ public enum CardRepository {
|
|||
}
|
||||
return subtypes;
|
||||
}
|
||||
|
||||
|
||||
public Set<String> getLandTypes() {
|
||||
TreeSet<String> subtypes = new TreeSet<>();
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue