- Use moveTo instead of add in ChangeZone

This commit is contained in:
jendave
2011-08-06 13:42:24 +00:00
parent 03036e9d1a
commit 8628695dd7

View File

@@ -824,7 +824,7 @@ public class AbilityFactory_ChangeZone {
tgtC.setController(sa.getActivatingPlayer()); tgtC.setController(sa.getActivatingPlayer());
} }
AllZone.getZone(destination, pl).add(tgtC); AllZone.GameAction.moveTo(AllZone.getZone(destination, pl), tgtC);
} }
} }