mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Fix Haazda Officer rarity
This commit is contained in:
parent
59768dddb8
commit
81346ce701
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ public final class CoreSet2020 extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Griffin Sentinel", 21, Rarity.COMMON, mage.cards.g.GriffinSentinel.class));
|
||||
cards.add(new SetCardInfo("Growth Cycle", 175, Rarity.COMMON, mage.cards.g.GrowthCycle.class));
|
||||
cards.add(new SetCardInfo("Gruesome Scourger", 104, Rarity.UNCOMMON, mage.cards.g.GruesomeScourger.class));
|
||||
cards.add(new SetCardInfo("Haazda Officer", 305, Rarity.UNCOMMON, mage.cards.h.HaazdaOfficer.class));
|
||||
cards.add(new SetCardInfo("Haazda Officer", 305, Rarity.COMMON, mage.cards.h.HaazdaOfficer.class));
|
||||
cards.add(new SetCardInfo("Hanged Executioner", 22, Rarity.RARE, mage.cards.h.HangedExecutioner.class));
|
||||
cards.add(new SetCardInfo("Hard Cover", 63, Rarity.UNCOMMON, mage.cards.h.HardCover.class));
|
||||
cards.add(new SetCardInfo("Healer of the Glade", 176, Rarity.COMMON, mage.cards.h.HealerOfTheGlade.class));
|
||||
|
|
Loading…
Reference in a new issue