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 +}