mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
Fixed wrong name of Isperia's Skywatch.
This commit is contained in:
parent
bd08263172
commit
20a99ed894
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public class IsperiasSkywatch extends CardImpl<IsperiasSkywatch> {
|
|||
}
|
||||
|
||||
public IsperiasSkywatch(UUID ownerId) {
|
||||
super(ownerId, 43, "Isperias Skywatch", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{5}{U}");
|
||||
super(ownerId, 43, "Isperia's Skywatch", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{5}{U}");
|
||||
this.expansionSetCode = "RTR";
|
||||
this.subtype.add("Vedalken");
|
||||
this.subtype.add("Knight");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue