* Fixed that Fall of the Thran allowed AI to get back dragons (fixes #4848).

This commit is contained in:
LevelX2 2018-04-24 23:22:29 +02:00
parent e54980f6ae
commit 242e55dcd4
2 changed files with 4 additions and 3 deletions

View file

@ -70,7 +70,7 @@ public final class StaticFilters {
static {
FILTER_CARD_CREATURE_YOUR_GRAVEYARD.setLockedFilter(true);
}
public static final FilterCard FILTER_CARD_LAND = new FilterLandCard();
public static final FilterLandCard FILTER_CARD_LAND = new FilterLandCard();
static {
FILTER_CARD_LAND.setLockedFilter(true);