You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AutoGear.lua
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4461,14 +4461,16 @@ function AutoGearGetEquippedSlotFromItemGUID(guid)
4461
4461
end
4462
4462
end
4463
4463
4464
-
functionAutoGearTooltipHook(tooltip)
4464
+
functionAutoGearTooltipHook(tooltip, tooltipData)
4465
4465
if (notAutoGearDB.ScoreInTooltips) thenreturnend
4466
4466
localtooltipName=tooltip:GetName()
4467
4467
if (not (tooltipName=="GameTooltip" ortooltipName=="ShoppingTooltip1" ortooltipName=="ShoppingTooltip2" ortooltipName=="ItemRefTooltip")) or (nottooltip:IsVisible()) thenreturnend
4468
4468
if (notAutoGearCurrentWeighting) thenAutoGearSetStatWeights() end
0 commit comments