- Little fix in changeHiddenTriggerAI.

This commit is contained in:
Sloth
2011-10-01 10:08:55 +00:00
parent 5d09ba5af7
commit 940773f01c

View File

@@ -413,7 +413,7 @@ public final class AbilityFactory_ChangeZone {
HashMap<String, String> params = af.getMapParams();
//String destination = params.get("Destination");
Constant.Zone origin = Constant.Zone.smartValueOf(params.get("Origin"));
List<Zone> origin = Zone.listValueOf(params.get("Origin"));
// this works for hidden because the mana is paid first.
String type = params.get("ChangeType");