返回提交历史
Modified
src/services/questService.ts
+1
-1
XFEstudio/XFESpaceNinjaServer
fix: use await instead of void
94993a16
代码差异
1 个文件
+1
-1
@@ -199,7 +199,7 @@ const handleQuestCompletion = async (
199
199
logger.debug(`completed quest ${questKey}`);
200
200
201
201
if (questKey == "/Lotus/Types/Keys/OrokinMoonQuest/OrokinMoonQuestKeyChain") {
202
void createMessage(inventory.accountOwnerId, [
202
await createMessage(inventory.accountOwnerId, [
203
203
{
204
204
sndr: "/Lotus/Language/Bosses/Ordis",
205
205
msg: "/Lotus/Language/G1Quests/SecondDreamFinishInboxMessage",