Skip to content

Commit

Permalink
Merge branch 'dragonflight' of https://github.com/Hekili/hekili into …
Browse files Browse the repository at this point in the history
…dragonflight
  • Loading branch information
Hekili committed Jan 26, 2024
2 parents 42175f2 + ef4c20c commit df9d3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7144,7 +7144,7 @@ do
local aName = bypass[ a ] or class.abilities[ a ].name
local bName = bypass[ b ] or class.abilities[ b ].name

return a < b
return aName < bName
end )

return list
Expand Down

0 comments on commit df9d3f6

Please sign in to comment.