From 342bea3fcb05c3aa767e3a95d09866773a1e8bb0 Mon Sep 17 00:00:00 2001 From: Wilbo007 Date: Wed, 21 Jan 2015 17:01:10 +0800 Subject: [PATCH] bam maybe this will fix the shitty Q hit chance --- Xerath/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xerath/Program.cs b/Xerath/Program.cs index 78ab91f..68e95b0 100644 --- a/Xerath/Program.cs +++ b/Xerath/Program.cs @@ -92,7 +92,7 @@ private static void Game_OnGameLoad(EventArgs args) E = new Spell(SpellSlot.E, 1150); R = new Spell(SpellSlot.R, 675); - Q.SetSkillshot(0.6f, 100f, float.MaxValue, false, SkillshotType.SkillshotLine); + Q.SetSkillshot(0.3f, 100f, float.MaxValue, false, SkillshotType.SkillshotLine); W.SetSkillshot(0.7f, 125f, float.MaxValue, false, SkillshotType.SkillshotCircle); E.SetSkillshot(0.25f, 60f, 1400f, true, SkillshotType.SkillshotLine); R.SetSkillshot(0.7f, 120f, float.MaxValue, false, SkillshotType.SkillshotCircle);