From 19a027f0f4a96b8cf9e67e05288048af6f38b548 Mon Sep 17 00:00:00 2001 From: d3vilock Date: Mon, 1 Dec 2014 14:04:39 -0200 Subject: [PATCH] Update Program.cs --- SimpleYetSoSharpBot/SimpleYetSoSharpBot/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}