kRapaille / LeagueOfLegendsAPI

Portable C# Library for League of legends API
http://xeex.github.io/LeagueOfLegendsAPI
MIT License
19 stars 7 forks source link

Get splash and loading image of champion #46

Closed marcocadei closed 10 years ago

marcocadei commented 10 years ago
var champion = await leagueAPI.Static.GetChampionAsync(13, ChampDataEnum.All, languageCode: LanguageEnum.French);

this line of code gives me this error:

Input string '60.0' is not a valid integer. Path 'spells[0].effect[0]', line 1, position 5171.

How can i solve this ? Regards, Marco

kRapaille commented 10 years ago

Hi @MarcoCadei

Could you please, check if there is any available updates for the NuGet Package ? (Nuget Package Manager on solution/project -> Updates)

This bug should have been fixed with the last version.

Best regards,

XeeX

marcocadei commented 10 years ago

Thank you a lot ! This worked perfectly.

Best regards, Marco