Freezard / hs-collection-tracker

Tracks your Hearthstone card collection.
https://hs-collection-tracker.glitch.me/
17 stars 6 forks source link

Fix crafting costs #66

Open Freezard opened 7 years ago

Freezard commented 7 years ago

Crafting costs for sets can no longer be generalized, as seen with C'Thun and Hall of Fame. Adding uncraftable property to each card would be the easy fix but is kind of overkill when it comes to data storage. Probably better to just replace setsUncraftable object with cardsUncraftable since there are so few of them. In the end, not a big deal.