Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Admiral-Fish committed Apr 1, 2018
1 parent e0d8c01 commit ffa8b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Forms/Gen3/Wild3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ void Wild3::updatePokemonSearcher()

void Wild3::updateLocationsGenerator()
{
Encounter encounter = (Encounter)ui->comboBoxEncounterSearcher->currentData().toInt();
Encounter encounter = (Encounter)ui->comboBoxEncounterGenerator->currentData().toInt();
Game game = Emerald;

if (ui->comboBoxProfiles->currentIndex() > 0)
Expand Down

0 comments on commit ffa8b52

Please sign in to comment.