返回提交历史
Modified
src/services/importService.ts
+3
-1
XFEstudio/SpaceNinjaServer
feat(import): G3 & Zanuka death marks (#3080)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/3080 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: Animan8000 <animan8000@noreply.localhost> Co-committed-by: Animan8000 <animan8000@noreply.localhost>
7bfd825b
代码差异
1 个文件
+3
-1
@@ -309,7 +309,9 @@ export const importInventory = (db: TInventoryDatabaseDocument, client: Partial<
309
309
"Staff",
310
310
"Moderator",
311
311
"Partner",
312
"Counselor"
312
"Counselor",
313
"Harvestable",
314
"DeathSquadable"
313
315
] as const) {
314
316
if (client[key] !== undefined) {
315
317
db[key] = client[key];