Skip to content

Commit 49f1319

Browse files
authored
fix: correct 2021swsh-4 (turtwig) dexId from 1 to 387 (#1336)
1 parent 5a5b0e2 commit 49f1319

File tree

1 file changed

+1
-1
lines changed
  • data/McDonald's Collection/McDonald's Collection 2021

1 file changed

+1
-1
lines changed

data/McDonald's Collection/McDonald's Collection 2021/4.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const card: Card = {
1313
set: Set,
1414

1515
dexId: [
16-
1,
16+
387,
1717
],
1818

1919
hp: 80,

0 commit comments

Comments
 (0)