diff --git a/yol0Thresh/yol0Thresh/Program.cs b/yol0Thresh/yol0Thresh/Program.cs index b54ab2d..b7acdbc 100644 --- a/yol0Thresh/yol0Thresh/Program.cs +++ b/yol0Thresh/yol0Thresh/Program.cs @@ -56,7 +56,7 @@ private static void OnLoad(EventArgs args) if (Player.ChampionName != "Thresh") return; - _Q.SetSkillshot(0.5f, 70, 1900, true, SkillshotType.SkillshotLine); + _Q.SetSkillshot(0.5f, 120, 1900, true, SkillshotType.SkillshotLine); _W.SetSkillshot(0f, 200, 1750, false, SkillshotType.SkillshotCircle); _E.SetSkillshot(0.3f, 60, float.MaxValue, false, SkillshotType.SkillshotLine);