Skip to content

Commit 9c3058a

Browse files
committed
Updated servant name
1 parent 8fe4e87 commit 9c3058a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

app/core/nice/td.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,11 @@ async def get_nice_td(
105105
if tdEntity.mstTreasureDeviceLv[0].script:
106106
for script_key in tdEntity.mstTreasureDeviceLv[0].script:
107107
nice_td["script"][script_key] = [
108-
get_nice_skill_script(region, tdLv.script)[script_key]
109-
if tdLv.script
110-
else None
108+
(
109+
get_nice_skill_script(region, tdLv.script)[script_key]
110+
if tdLv.script
111+
else None
112+
)
111113
for tdLv in tdEntity.mstTreasureDeviceLv
112114
]
113115
for script_key in ("tdTypeChangeIDs", "excludeTdChangeTypes"):

app/data/mappings/servant_names.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,5 +518,5 @@
518518
"玉兎輝夜": "Jade Rabbit Kaguya",
519519
"朔月美遊": "Miyu Sakatsuki",
520520
"ジュネス・クレーン": "Jeunesse Crane",
521-
"ネモ/ノア": "ネモ/ノア"
521+
"ネモ/ノア": "Nemo/Noah"
522522
}

0 commit comments

Comments
 (0)