* Bestow - Fixed a problem that if the target of a bestow enchantment aura got illegal, the bestow permanent did not chnage back to be a creature.

This commit is contained in:
LevelX2 2018-02-12 16:28:44 +01:00
parent a85fa82de0
commit 6aed62cf02

View file

@ -34,6 +34,7 @@ import mage.constants.SubType;
import mage.constants.Zone;
import mage.game.permanent.Permanent;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.mage.test.serverside.base.CardTestPlayerBase;