Skip to content

Commit

Permalink
working state, coordinates are broken and minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
MadScripts committed Jan 15, 2017
1 parent a621941 commit a3ad4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 355 deletions.
2 changes: 1 addition & 1 deletion LoLMasteryManager/ChampionGG.vb
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Module ChampionGG

For Each oMasteryNode As HtmlNode In oMasteryRow.SelectNodes("descendant::div[contains(@class, 'mastery-icon')]")

Dim iMasteryID As Integer = CInt(oMasteryNode.Attributes.Item("api-primary-id").Value)
Dim iMasteryID As Integer = CInt(oMasteryNode.Attributes.Item("data-id").Value)

oMastery = GetMastery(iMasteryID)

Expand Down
Loading

0 comments on commit a3ad4d9

Please sign in to comment.