Skip to content

Commit

Permalink
Update getCardArtCrop.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Manwe-777 committed Feb 23, 2024
1 parent d80ef41 commit 59e94d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/getCardArtCrop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ export function getCardImage(
: cardObj.Set
: "";

if (cardObj?.Set === "SPG") set = "SPG";

const setName =
database.setNames[set.toUpperCase()] ||
database.setNames[set.toLowerCase()];
Expand Down

0 comments on commit 59e94d3

Please sign in to comment.