Skip to content

Commit

Permalink
Merge pull request evemondevteam#15 from Bravojul/master
Browse files Browse the repository at this point in the history
Fix research tab
  • Loading branch information
peterhaneve authored May 20, 2018
2 parents 2cac9ad + 66aa14c commit ede9e1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/EVEMon.Common/Serialization/Esi/EsiResearchListItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ public SerializableResearchListItem ToXMLItem()
AgentID = AgentID,
PointsPerDay = PointsPerDay,
RemainderPoints = RemainderPoints,
ResearchStartDate = ResearchStartDate
ResearchStartDate = ResearchStartDate,
SkillID = SkillID
};
}
}
Expand Down

0 comments on commit ede9e1c

Please sign in to comment.