Skip to content

Commit 06d5ac2

Browse files
committed
fix: remove 'Click to sort' from Gear column header tooltip
1 parent cc17b34 commit 06d5ac2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Main.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,8 +1019,6 @@ function Main:GetTableColumns(unfiltered)
10191019
GameTooltip:AddLine("Profession tool and accessories.", nil, nil, nil, true)
10201020
GameTooltip:AddLine(" ")
10211021
GameTooltip:AddLine("Sorted by gear score (0-45): each slot scores 1-5 for Uncommon, 6-10 for Rare, and 11-15 for Epic, based on item rank.", nil, nil, nil, true)
1022-
GameTooltip:AddLine(" ")
1023-
GameTooltip:AddLine("Click to sort.", nil, nil, nil, true)
10241022
GameTooltip:Show()
10251023
end,
10261024
onLeave = function() GameTooltip:Hide() end,

0 commit comments

Comments
 (0)