- Fixed AI problem with Angel of Serenity.

This commit is contained in:
Sloth
2013-03-22 07:13:11 +00:00
parent 9decf87bba
commit 025c2a2e7f

View File

@@ -927,7 +927,7 @@ public class ChangeZoneAi extends SpellAbilityAi {
}
final Card source = sa.getSourceCard();
final ZoneType origin = ZoneType.smartValueOf(sa.getParam("Origin"));
final ZoneType origin = ZoneType.listValueOf(sa.getParam("Origin")).get(0);
final ZoneType destination = ZoneType.smartValueOf(sa.getParam("Destination"));
final Target tgt = sa.getTarget();