change default i and m to match live

This commit is contained in:
AMelonInsideLemon 2025-10-18 20:56:04 +02:00
parent 2a2c57a932
commit 05eff5e00f

View File

@ -137,8 +137,8 @@ export const completeQuest = async (
unlock: true, unlock: true,
Progress: Array.from({ length: chainStageTotal }, () => ({ Progress: Array.from({ length: chainStageTotal }, () => ({
c: 0, c: 0,
i: false, i: true,
m: false, m: true,
b: [] b: []
})) }))
}; };