refactor: better images download naming and code format (related to #12627)

This commit is contained in:
Oleg Agafonov 2024-08-15 09:01:57 +04:00
parent e7585e8d95
commit a69ae2afae
8 changed files with 16 additions and 13 deletions

View file

@ -40,6 +40,5 @@ public final class ArenaNewPlayerExperienceExtras extends ExpansionSet {
cards.add(new SetCardInfo("Take Vengeance", 13, Rarity.COMMON, mage.cards.t.TakeVengeance.class));
cards.add(new SetCardInfo("Volcanic Dragon", 45, Rarity.UNCOMMON, mage.cards.v.VolcanicDragon.class));
cards.add(new SetCardInfo("Waterknot", 22, Rarity.COMMON, mage.cards.w.Waterknot.class));
}
}