Changeset 1245
- Timestamp:
- 1/18/2010 12:15:06 PM (8 weeks ago)
- Files:
-
- 1 modified
-
trunk/EveHQ.HQF/Forms/frmPilotManager.vb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EveHQ.HQF/Forms/frmPilotManager.vb
r1141 r1245 149 149 clvSkills.Items.Add(groupNode) 150 150 ' Now cycle through the list to get the skills 151 For Each newSkill In EveHQ.Core.HQ.SkillList ID.Values151 For Each newSkill In EveHQ.Core.HQ.SkillListName.Values 152 152 If newSkill.GroupID <> "505" Then 153 153 If newSkill.GroupID = newSkillGroup.ID And newSkill.Published = True Then
