You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But now we have multiple cards with same card name but different card id.
"CardId": "ULD_291p"
"CardId": "ULD_291pe"
The above two cards have the same card name Heart of Vir'naal.
The same problem exists with card name Totemic Slam, four different cards with same name.
The text was updated successfully, but these errors were encountered:
https://github.com/HearthSim/HearthDb/blob/master/HearthDb/Cards.cs#L40
Currently you are using FirstOrDefault to return only one card.
But now we have multiple cards with same card name but different card id.
"CardId": "ULD_291p"
"CardId": "ULD_291pe"
The above two cards have the same card name
Heart of Vir'naal
.The same problem exists with card name
Totemic Slam
, four different cards with same name.The text was updated successfully, but these errors were encountered: