13 lines
545 B
Markdown
13 lines
545 B
Markdown
|
|
---
|
||
|
|
# nuzlocke-tracker-eltb
|
||
|
|
title: Deduplicate case-only duplicate sub-areas in seed data
|
||
|
|
status: completed
|
||
|
|
type: bug
|
||
|
|
priority: normal
|
||
|
|
created_at: 2026-02-08T12:21:44Z
|
||
|
|
updated_at: 2026-02-08T12:22:37Z
|
||
|
|
---
|
||
|
|
|
||
|
|
PokeAPI returns both lowercase and uppercase floor names (e.g. '1f' vs '1F') as separate sub-areas with identical encounter data. This causes duplicate routes in the UI. Fix by merging case-insensitive duplicate children in all seed JSON files, keeping the uppercase name and combining encounters.
|
||
|
|
|
||
|
|
649 duplicates across all 22 seed files.
|