Skip to content

Commit 46c0bc7

Browse files
committed
Add new HOF cards
1 parent d816390 commit 46c0bc7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

HearthDb/Card.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@ public CardSet Set
5959
CardIds.Collectible.Priest.GlitterMoth,
6060
CardIds.Collectible.Shaman.MurksparkEel,
6161

62+
//2020
63+
CardIds.Collectible.Priest.AuchenaiSoulpriest,
64+
CardIds.Collectible.Priest.HolyFire,
65+
CardIds.Collectible.Priest.Shadowform,
66+
CardIds.Collectible.Priest.ProphetVelen,
67+
CardIds.Collectible.Priest.DivineSpirit,
68+
CardIds.Collectible.Priest.NorthshireCleric,
69+
CardIds.Collectible.Neutral.AcolyteOfPain,
70+
CardIds.Collectible.Neutral.Spellbreaker,
71+
CardIds.Collectible.Neutral.MindControlTech,
72+
CardIds.Collectible.Neutral.MountainGiant,
73+
CardIds.Collectible.Neutral.LeeroyJenkins,
6274
}.Contains(Id))
6375
return CardSet.HOF;
6476
return (CardSet)Entity.GetTag(CARD_SET);

0 commit comments

Comments
 (0)