ezet / evelib

Eve Online Library.NET is an open source C# wrapper for CCPs Eve Online API and other popular Eve Online APIs.
Apache License 2.0
71 stars 36 forks source link

Misspelled "Willpower" attribute in CharacterSheet.cs #19

Closed SquornshellousZeta closed 9 years ago

SquornshellousZeta commented 9 years ago

Willpower is misspelled in CharacterSheet.cs, line 282.

Current line = [XmlElement("willlpower")]

Corrected line = [XmlElement("willpower")]

ezet commented 9 years ago

Fixed.