Skip to content

Commit

Permalink
Re-add removed card ids from YDK list
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeltris committed May 11, 2020
1 parent 2140188 commit 3606db6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Lotd/YdkHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,14 @@ public static void GenerateIdMap()
AddAlternativeCard(alternativeCardNames, 14677, "Seraphim Papillon");//Seraphim Papillion
AddAlternativeCard(alternativeCardNames, 14862, "A.I.Love Yousion");//A.I. Love Fusion

// These card ids were moved in Link Evolution
//73578229 6276
//69832741 5280

// These card ids were changed in Link Evolution (tokens only)
//14470846 3917 -> 13300
//14470847 3917 -> 13300

using (WebClient client = new WebClient())
{
client.Proxy = null;
Expand Down
2 changes: 2 additions & 0 deletions Lotd/YdkIds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10262,3 +10262,5 @@
43892409 11151
94977270 11257
10802916 9702
73578229 6276
69832741 5280

0 comments on commit 3606db6

Please sign in to comment.