kRapaille / LeagueOfLegendsAPI

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

SummonerSpellDto #25

Closed kRapaille closed 10 years ago

kRapaille commented 10 years ago

Issue reported by mail by M. Ogin :

Hello. I've downloaded your code from nuget but I've come across an issue. In your code at line 46 (https://github.com/XeeX/LeagueOfLegendsAPI/blob/master/PortableLeagueApi.Static/Models/DTO/SummonerSpell/SummonerSpellDto.cs) you have the Id variable as string when the latest API docs have it as int. Additionally, the value is being set to the Key's value, so when the dictionary is given to me, it has a key value of say SummonerBoost instead of the int I expected when performing a look up for a linked summoner's spell.