Skip to content

Commit

Permalink
Merge pull request #6824 from mikejcook/learned_zero_skill_arg
Browse files Browse the repository at this point in the history
[scripts][learned] Display skills with zero exp at the bottom
  • Loading branch information
MahtraDR authored May 26, 2024
2 parents cd8f84d + 0539eac commit b655cd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion learned.lic
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ class LearnedData

DRSkill.list
.select { |item| @skills_to_show.include?(item.name) }
.select { |item| item.current - item.baseline > 0 }
.sort_by { |item| item.current - item.baseline }
.reverse.each_slice(columns) do |skills|
output = skills.map { |skill| format_skill_data(skill, learning_time) }.join
Expand Down

0 comments on commit b655cd5

Please sign in to comment.