fixed build

This commit is contained in:
North 2014-06-02 22:24:29 +03:00
parent 5f83ddf5ba
commit a6f1bc7f00

View file

@ -29,13 +29,12 @@
package mage.target.common;
import mage.filter.common.FilterControlledCreaturePermanent;
import mage.target.TargetPermanent;
/**
*
* @author BetaSteward_at_googlemail.com
*/
public class TargetControlledCreaturePermanent extends TargetPermanent {
public class TargetControlledCreaturePermanent extends TargetControlledPermanent {
public TargetControlledCreaturePermanent() {
this(1, 1, new FilterControlledCreaturePermanent(), false);