Fix Binacle evolving to wrong species
This commit is contained in:
parent
c3244cfdc3
commit
d6712f3a39
|
@ -870,7 +870,7 @@ export const pokemonEvolutions: PokemonEvolutions = {
|
||||||
new SpeciesEvolution(Species.MALAMAR, 30, null, null)
|
new SpeciesEvolution(Species.MALAMAR, 30, null, null)
|
||||||
],
|
],
|
||||||
[Species.BINACLE]: [
|
[Species.BINACLE]: [
|
||||||
new SpeciesEvolution(Species.MALAMAR, 39, null, null)
|
new SpeciesEvolution(Species.BARBARACLE, 39, null, null)
|
||||||
],
|
],
|
||||||
[Species.SKRELP]: [
|
[Species.SKRELP]: [
|
||||||
new SpeciesEvolution(Species.DRAGALGE, 48, null, null)
|
new SpeciesEvolution(Species.DRAGALGE, 48, null, null)
|
||||||
|
|
Loading…
Reference in New Issue