Skip to content

Commit

Permalink
Fix research tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Bravojul committed May 20, 2018
1 parent 2cac9ad commit 66aa14c
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 66aa14c

Please sign in to comment.