chore: dont send messages with completeQuest
#2914
@ -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