Skip to content

Commit

Permalink
fix eeve typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NecronomiconCoding committed Jul 27, 2016
1 parent 743b541 commit 1b1658c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PoGo.NecroBot.Logic/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public class GlobalSettings
{PokemonId.Pidgeotto, new TransferFilter(1500, 90, 1)},
{PokemonId.Fearow, new TransferFilter(1500, 90, 2)},
{PokemonId.Golbat, new TransferFilter(1500, 90, 2)},
{PokemonId.Eevee, new TransferFilter(600, 800, 2)},
{PokemonId.Eevee, new TransferFilter(600, 80, 2)},
{PokemonId.Mew, new TransferFilter(0, 0, 10)}
};

Expand Down

0 comments on commit 1b1658c

Please sign in to comment.