Couple more divide by zeros

This commit is contained in:
Flamanis
2024-06-08 16:52:52 -05:00
parent 6071ae3e66
commit bcf296d175
2 changed files with 2 additions and 2 deletions
@@ -115,7 +115,7 @@ local onEnterSpellTarget = function(targetFrame)
end
---@type number the top value of targets
local topValue = targets[1] and targets[1][2] or 0
local topValue = math.max(targets[1] and targets[1][2] or 0, 0.001)
local cooltip = GameCooltip
cooltip:Preset(2)