mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
[ZNC] small rarity fix
This commit is contained in:
parent
0746f2ddd4
commit
18ba6d23e8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ public final class ZendikarRisingCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Enigma Thief", 4, Rarity.RARE, mage.cards.e.EnigmaThief.class));
|
||||
cards.add(new SetCardInfo("Geode Rager", 6, Rarity.RARE, mage.cards.g.GeodeRager.class));
|
||||
cards.add(new SetCardInfo("Obuun, Mul Daya Ancestor", 2, Rarity.MYTHIC, mage.cards.o.ObuunMulDayaAncestor.class));
|
||||
cards.add(new SetCardInfo("Trove Warden", 3, Rarity.MYTHIC, mage.cards.t.TroveWarden.class));
|
||||
cards.add(new SetCardInfo("Trove Warden", 3, Rarity.RARE, mage.cards.t.TroveWarden.class));
|
||||
cards.add(new SetCardInfo("Whispersteel Dagger", 5, Rarity.RARE, mage.cards.w.WhispersteelDagger.class));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue