11 lines
353 B
Markdown
11 lines
353 B
Markdown
|
|
---
|
||
|
|
# nuzlocke-tracker-jrbc
|
||
|
|
title: Fix doubled encounters in EncounterModal
|
||
|
|
status: completed
|
||
|
|
type: bug
|
||
|
|
priority: normal
|
||
|
|
created_at: 2026-02-08T11:16:35Z
|
||
|
|
updated_at: 2026-02-08T11:17:25Z
|
||
|
|
---
|
||
|
|
|
||
|
|
EncounterModal calls useRoutePokemon without gameId, so route encounters for all games in the version group are returned. Pass gameId through from RunEncounters.
|