diff --git a/src/routes/achievement/index.svelte b/src/routes/achievement/index.svelte index 2044d891b..e5e06763b 100644 --- a/src/routes/achievement/index.svelte +++ b/src/routes/achievement/index.svelte @@ -301,6 +301,10 @@ 84106, 84109, 84110, 84111, 84112, 84113, 84114, 84115 ]; + const removedIds = [ + 81416, 81418, 81426, 81429, 81451, + 81453, 81541, 81569 + ]; if (checkList['17'] === undefined) { checkList['17'] = {}; @@ -314,6 +318,12 @@ } } + for (const item of removedIds) { + if (checkList['0'][item] === true) { + delete checkList['0'][item]; + } + } + // wrong id Light Up the Dark if (checkList['0'][81219] === true) { checkList['0'][81222] = true;