Skip to content

Commit

Permalink
Merge pull request #347 from Soresu/patch-7
Browse files Browse the repository at this point in the history
not sure if this breaks stuff, but zezzy said it works
  • Loading branch information
legacy3 committed Nov 30, 2015
2 parents f355c9e + 2a4f1af commit 6a0ba66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions TargetSelector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private static int GetPriorityFromDb(string championName)
"Alistar", "Amumu", "Bard", "Blitzcrank", "Braum", "Cho'Gath", "Dr. Mundo", "Garen", "Gnar",
"Hecarim", "Janna", "Jarvan IV", "Leona", "Lulu", "Malphite", "Nami", "Nasus", "Nautilus", "Nunu",
"Olaf", "Rammus", "Renekton", "Sejuani", "Shen", "Shyvana", "Singed", "Sion", "Skarner", "Sona",
"Soraka", "Taric", "Thresh", "Volibear", "Warwick", "MonkeyKing", "Yorick", "Zac", "Zyra"
"Soraka", "Taric", "TahmKench", "Thresh", "Volibear", "Warwick", "MonkeyKing", "Yorick", "Zac", "Zyra"
};

string[] p2 =
Expand All @@ -200,10 +200,10 @@ private static int GetPriorityFromDb(string championName)
string[] p4 =
{
"Ahri", "Anivia", "Annie", "Ashe", "Azir", "Brand", "Caitlyn", "Cassiopeia", "Corki", "Draven",
"Ezreal", "Graves", "Jinx", "Kalista", "Karma", "Karthus", "Katarina", "Kennen", "KogMaw", "Leblanc",
"Lucian", "Lux", "Malzahar", "MasterYi", "MissFortune", "Orianna", "Quinn", "Sivir", "Syndra", "Talon",
"Teemo", "Tristana", "TwistedFate", "Twitch", "Varus", "Vayne", "Veigar", "VelKoz", "Viktor", "Xerath",
"Zed", "Ziggs"
"Ezreal", "Graves", "Jinx", "Kalista", "Karma", "Karthus", "Katarina", "Kennen", "KogMaw", "Kindred",
"Leblanc", "Lucian", "Lux", "Malzahar", "MasterYi", "MissFortune", "Orianna", "Quinn", "Sivir", "Syndra",
"Talon", "Teemo", "Tristana", "TwistedFate", "Twitch", "Varus", "Vayne", "Veigar", "Velkoz", "Viktor",
"Xerath", "Zed", "Ziggs"
};

if (p1.Contains(championName))
Expand Down

0 comments on commit 6a0ba66

Please sign in to comment.