forked from OpenWF/SpaceNinjaServer
change default i and m to match live
This commit is contained in:
parent
2a2c57a932
commit
05eff5e00f
@ -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: []
|
||||||
}))
|
}))
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user