mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-23 07:17:43 +01:00
Fix achievement migration bug
This commit is contained in:
parent
78262f592f
commit
02460c0822
1 changed files with 4 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue