Merge branch 'master' into 'master'

Set ExiledWith for the LKI copies (fixes Colfenor's Plans)

Closes #1215

See merge request core-developers/forge!2321
This commit is contained in:
Michael Kamensky
2019-12-10 16:43:41 +00:00

View File

@@ -296,6 +296,8 @@ public final class CardUtil {
newCopy.setCastSA(in.getCastSA());
newCopy.setCastFrom(in.getCastFrom());
newCopy.setExiledWith(in.getExiledWith());
return newCopy;
}