FIx server error when passing failed quest data to client
This commit is contained in:
parent
a9c36ec205
commit
443d8da7f7
@ -659,7 +659,7 @@ export class QuestHelper
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
output.profileChanges[sessionID].quests.push(this.failedUnlocked(failRequest.qid, sessionID));
|
output.profileChanges[sessionID].quests.push(...this.failedUnlocked(failRequest.qid, sessionID));
|
||||||
|
|
||||||
return output;
|
return output;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user