- reverted Adarkar Valkyrie since it didn't fix anything (it wasn't meant to be submitted).

This commit is contained in:
jendave
2011-08-06 13:07:07 +00:00
parent 52724a57d4
commit 687b3d300e

View File

@@ -5820,8 +5820,8 @@ public class CardFactory_Creatures {
if(grave != null && AllZone.GameAction.isCardInZone(target[0], grave)) {
PlayerZone play = AllZone.getZone(Constant.Zone.Play, card.getController());
AllZone.GameAction.moveTo(play, target[0]);
target[0].setController(card.getController());
AllZone.GameAction.moveTo(play, target[0]);
}
}
});