mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Fix a typo
This commit is contained in:
parent
988b64866c
commit
3e0a92fed8
2 changed files with 2 additions and 3 deletions
|
|
@ -212,7 +212,7 @@ public class SpellAbility extends ActivatedAbilityImpl {
|
|||
return this;
|
||||
}
|
||||
|
||||
public Card getCharachteristics(Game game) {
|
||||
public Card getCharacteristics(Game game) {
|
||||
Spell spell = game.getSpell(this.getId());
|
||||
if (spell != null) {
|
||||
return spell;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue