mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00: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…
Reference in a new issue