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,
|
||||
Progress: Array.from({ length: chainStageTotal }, () => ({
|
||||
c: 0,
|
||||
i: false,
|
||||
m: false,
|
||||
i: true,
|
||||
m: true,
|
||||
b: []
|
||||
}))
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user