fix item path

This commit is contained in:
nyyu 2018-06-09 10:10:07 +02:00
parent ec0aedbdfc
commit bbe90195d5

View file

@ -63,10 +63,7 @@ const ITEM_TYPES: &'static [(&str, [&str; 2]); 4] = &[
["firstItems", "highestWinPercent"], ["firstItems", "highestWinPercent"],
), ),
("Most Frequent Core Build", ["items", "mostGames"]), ("Most Frequent Core Build", ["items", "mostGames"]),
( ("Highest Win % Core Build", ["items", "highestWinPercent"]),
"Highest Win % Core Build",
["firstItems", "highestWinPercent"],
),
]; ];
fn main() { fn main() {