mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Fix issue with Isperia's effect's copy() method
This commit is contained in:
parent
a3ffddcbdd
commit
019f833f29
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class IsperiaTheInscrutableEffect extends OneShotEffect {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Effect copy() {
|
||||
public IsperiaTheInscrutableEffect copy() {
|
||||
return new IsperiaTheInscrutableEffect(this);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue