* Fixed a problem with not from hand castable cards that were cast before from an opponent e.g. from exile (fixes #2460).

This commit is contained in:
LevelX2 2016-10-13 13:44:55 +02:00
parent 24470a4abf
commit 43c799e889
4 changed files with 121 additions and 70 deletions

View file

@ -2694,6 +2694,7 @@ public abstract class PlayerImpl implements Player, Serializable {
playable.add(ability);
}
}
ability.setControllerId(card.getOwnerId());
}
}
}