diff --git a/SimpleYetSoSharpBot/SimpleYetSoSharpBot/Program.cs b/SimpleYetSoSharpBot/SimpleYetSoSharpBot/Program.cs index b8535e4..c592856 100644 --- a/SimpleYetSoSharpBot/SimpleYetSoSharpBot/Program.cs +++ b/SimpleYetSoSharpBot/SimpleYetSoSharpBot/Program.cs @@ -83,7 +83,8 @@ 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 +325,4 @@ private static void OnGameEnd(EventArgs args) Game.Say("gg"); } } -} \ No newline at end of file +}