Fixed wron name of Zarichi Tiger.

This commit is contained in:
LevelX2 2013-04-07 16:58:36 +02:00
parent be670a60b8
commit bd08263172

View file

@ -46,7 +46,7 @@ import mage.cards.CardImpl;
public class ZarichiTiger extends CardImpl<ZarichiTiger> {
public ZarichiTiger(UUID ownerId) {
super(ownerId, 28, "ZarichiTiger", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{W}");
super(ownerId, 28, "Zarichi Tiger", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{W}");
this.expansionSetCode = "GTC";
this.subtype.add("Cat");