* Gatekeeper of Malakir - Fixed minor tooltip text issue.

This commit is contained in:
LevelX2 2015-02-14 17:52:12 +01:00
parent 2b8be15281
commit df619218f1

View file

@ -51,7 +51,7 @@ public class GatekeeperOfMalakir extends CardImpl {
private static final FilterControlledPermanent filter;
static {
filter = new FilterControlledPermanent(" a creature");
filter = new FilterControlledPermanent("creature");
filter.add(new CardTypePredicate(CardType.CREATURE));
}