返回提交历史
Modified
src/services/questService.ts
+1
-1
Modified
static/fixed_responses/questCompletionRewards.json
+4
-0
XFEstudio/SpaceNinjaServer
feat: send tennokai email after WitW quest completion (#2433)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2433 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
1dffcf97
代码差异
2 个文件
+5
-1
@@ -236,7 +236,7 @@ const handleQuestCompletion = async (
236
236
setupKahlSyndicate(inventory);
237
237
}
238
238
239
// Whispers in the Walls is unlocked once The New + Heart of Deimos are completed.
239
// Whispers in the Walls is unlocked once The New War + Heart of Deimos are completed.
240
240
if (
241
241
doesQuestCompletionFinishSet(inventory, questKey, [
242
242
"/Lotus/Types/Keys/NewWarQuest/NewWarQuestKeyChain",
@@ -16,6 +16,10 @@
16
16
{
17
17
"ItemType": "/Lotus/Types/Keys/1999PrologueQuest/1999PrologueQuestKeyChain",
18
18
"ItemCount": 1
19
},
20
{
21
"ItemType": "/Lotus/Types/Items/EmailItems/TennokaiEmailItem",
22
"ItemCount": 1
19
23
}
20
24
]
21
25
}