This commit is contained in:
Anthony Calosa
2016-07-08 22:57:47 +08:00
parent 10d81bd47a
commit 847e9dffc2
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -3873,8 +3873,6 @@ int AAMover::resolve()
MTGCardInstance * copy = game->players[i]->game->putInZone(_target, fromZone, game->players[i]->game->temp);
Spell * spell = NEW Spell(game, copy);
spell->resolve();
if(destination == "previousbattlefield")
spell->source->previousController = fromZone->owner;
if(andAbility)
{
MTGAbility * andAbilityClone = andAbility->clone();