Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions resources/zone_info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10434,6 +10434,7 @@ const data: ZoneInfoType = {
'en': 'The Occult Crescent: South Horn',
'fr': 'Île de Lunule méridionale',
'ja': '蜃気楼の島 クレセントアイル:南征編',
'ko': '초승달 섬: 남부편',
},
'offsetX': 0,
'offsetY': 0,
Expand Down
2 changes: 2 additions & 0 deletions util/coverage/coverage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,13 @@ const contentTypeToLabel: {
en: 'Occult Crescent',
fr: 'Croissant Occulte',
cn: '蜃景幻界新月岛',
ko: '초승달 섬',
},
short: {
en: 'Occult',
fr: 'Croissant',
cn: '新月岛',
ko: '초승달 섬',
},
},
[ContentType.DisciplesOfTheLand]: {
Expand Down