mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
* Sultai Emissary - Fixed wrong collectors number leading to wrong image download. Delete wrong image manually to download the correct image.
This commit is contained in:
parent
91fe62b396
commit
67b3ee7872
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ import mage.constants.Rarity;
|
|||
public class SultaiEmissary extends CardImpl {
|
||||
|
||||
public SultaiEmissary(UUID ownerId) {
|
||||
super(ownerId, 86, "Sultai Emissary", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{B}");
|
||||
super(ownerId, 85, "Sultai Emissary", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{1}{B}");
|
||||
this.expansionSetCode = "FRF";
|
||||
this.subtype.add("Zombie");
|
||||
this.subtype.add("Warrior");
|
||||
|
|
Loading…
Reference in a new issue