diff --git a/SimpleYetSoSharpBot/SimpleYetSoSharpBot/Program.cs b/SimpleYetSoSharpBot/SimpleYetSoSharpBot/Program.cs index b8535e4..a4c2e9c 100644 --- a/SimpleYetSoSharpBot/SimpleYetSoSharpBot/Program.cs +++ b/SimpleYetSoSharpBot/SimpleYetSoSharpBot/Program.cs @@ -83,7 +83,7 @@ private static void Game_OnGameLoad(EventArgs args) allies = new List(); - if (ObjectManager.Player.ChampionName == "Annie") + if (ObjectManager.Player.ChampionName == "Soraka") { Q = new Spell(SpellSlot.Q, 650); W = new Spell(SpellSlot.W, 625); @@ -324,4 +324,4 @@ private static void OnGameEnd(EventArgs args) Game.Say("gg"); } } -} \ No newline at end of file +}