- Fix null error in HiddenResolveAI for Type Changing Zones.

This commit is contained in:
jendave
2011-08-06 14:40:36 +00:00
parent 72a87f1007
commit 45bafb7d00

View File

@@ -412,6 +412,8 @@ public class AbilityFactory_ChangeZone {
PlayerZone destZone = AllZone.getZone(destination, player);
String type = params.get("ChangeType");
if (type == null)
type = "Card";
CardList fetched = new CardList();