From 17911c1dc6d1916884025f863e2c9eb3a97cc1e6 Mon Sep 17 00:00:00 2001 From: xkgary Date: Thu, 29 Jan 2015 19:14:22 +0800 Subject: [PATCH] Update Program.cs --- AutoLevelup/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AutoLevelup/Program.cs b/AutoLevelup/Program.cs index 224bb24..d32cab7 100644 --- a/AutoLevelup/Program.cs +++ b/AutoLevelup/Program.cs @@ -413,7 +413,7 @@ public static void livellini() { if (Smite != SpellSlot.Unknown) { - abilitySequence = new int[] { 3, 1, 1, 2, 1, 4, 1, 2, 1, 2, 4, 2, 2, 3, 3, 4, 3, 3 }; + abilitySequence = new int[] { 2, 3, 1, 1, 1, 4, 1, 3, 1, 3, 4, 3, 3, 2, 2, 4, 2, 2 }; tipo = " Jungler"; } else @@ -495,4 +495,4 @@ static void Game_OnGameUpdate(EventArgs args) } } } -} \ No newline at end of file +}