Skip to content

Commit 0edffd6

Browse files
authored
1 parent 3faef2d commit 0edffd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Classes/ItemsTab.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,15 +663,15 @@ holding Shift will put it in the second.]])
663663
tooltip:AddLine(14, maxLine)
664664
else
665665
local start = 1
666-
tooltip:AddLine(14, minLine:gsub("%d[%d%.]*", function(min)
666+
tooltip:AddLine(14, (minLine:gsub("%d[%d%.]*", function(min)
667667
local s, e, max = maxLine:find("(%d[%d%.]*)", start)
668668
start = e + 1
669669
if min == max then
670670
return min
671671
else
672672
return "("..min.."-"..max..")"
673673
end
674-
end))
674+
end)))
675675
end
676676
end
677677
tooltip:AddLine(16, "Level: "..minMod.level.." to "..maxMod.level)

0 commit comments

Comments
 (0)