Added Blinkmoth to the list of creature types.

This commit is contained in:
LevelX2 2015-04-22 15:27:24 +02:00
parent 2ca2caf9d5
commit 18bc7df6c9

View file

@ -219,6 +219,8 @@ public enum CardRepository {
for (CardInfo card : results) {
subtypes.addAll(card.getSubTypes());
}
// Some creature types are not directly included in card types and are added here manually
subtypes.add("Blinkmoth");
} catch (SQLException ex) {
}
return subtypes;