* Rise of the Dark Realms - Fixed that the cards were wrongly put onto battlefield under the control of the card owner.

This commit is contained in:
LevelX2 2015-12-12 17:47:27 +01:00
parent 81e67927a5
commit 54788bc875

View file

@ -92,7 +92,7 @@ class RiseOfTheDarkRealmsEffect extends OneShotEffect {
}
}
}
controller.moveCards(creatureCards, Zone.BATTLEFIELD, source, game, false, false, true, null);
controller.moveCards(creatureCards, Zone.BATTLEFIELD, source, game, false, false, false, null);
return true;
}
return false;