mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
* Mirari - Fixed that the triggering spell was not copied (fixes #6338).
This commit is contained in:
parent
a75d08283f
commit
5c65ee31d9
4 changed files with 5 additions and 14 deletions
|
|
@ -272,7 +272,7 @@ public abstract class StackObjImpl implements StackObject {
|
|||
name = targetPlayer.getLogName();
|
||||
}
|
||||
} else {
|
||||
name = object.getName();
|
||||
name = object.getIdName();
|
||||
}
|
||||
return name;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue