diff --git a/PoGo.NecroBot.Logic/Settings.cs b/PoGo.NecroBot.Logic/Settings.cs index 07f2a5f10..d0703e785 100644 --- a/PoGo.NecroBot.Logic/Settings.cs +++ b/PoGo.NecroBot.Logic/Settings.cs @@ -178,7 +178,7 @@ public class GlobalSettings public int TotalAmountOfPotionsToKeep = 80; public int TotalAmountOfRevivesToKeep = 60; //balls - public int UseGreatBallAboveCp = 100; + public int UseGreatBallAboveCp = 1000; public int UseUltraBallAboveCp = 1250; public int UseMasterBallAboveCp = 1500; public int UseGreatBallAboveIv = 85;