mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
Changed some left misspelled Ravnica literals/texts.
This commit is contained in:
parent
66efe176a5
commit
17e5018d79
5 changed files with 6 additions and 6 deletions
|
|
@ -62,7 +62,7 @@ public class CascadeAbility extends TriggeredAbilityImpl {
|
|||
this.withReminder = withReminder;
|
||||
}
|
||||
|
||||
public CascadeAbility(CascadeAbility ability) {
|
||||
public CascadeAbility(final CascadeAbility ability) {
|
||||
super(ability);
|
||||
this.withReminder = ability.withReminder;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue