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,
Progress: Array.from({ length: chainStageTotal }, () => ({
c: 0,
i: false,
m: false,
i: true,
m: true,
b: []
}))
};