Fix achievement migration bug

This commit is contained in:
Made Baruna 2021-05-01 03:51:50 +08:00
parent 78262f592f
commit 02460c0822
No known key found for this signature in database
GPG key ID: 5AA5DA16AA5DCEAD

View file

@ -185,6 +185,10 @@
84113, 84114, 84115
];
if (checkList['17'] === undefined) {
checkList['17'] = {};
}
if (checkList['0']) {
for (const item of movedIds) {
if (checkList['0'][item] === true) {