- Now when showing custom displays, clicking on a bar report what is shown on bar's tooltip.
- More fixes for dungeon bosses identification. - Fixed a tooltip bug with Debuff Uptime and Aura & Voidzone displays. - Fixed Player Details Window for friendly fire and damage taken. - Fixed Molten Core Raid Finder version boss identification.
This commit is contained in:
@@ -1696,7 +1696,7 @@ function DetailsCreateCoolTip()
|
||||
if (not button1) then
|
||||
return "", ""
|
||||
else
|
||||
return button1.leftText:GetText(), button1.rightText:GetText()
|
||||
return button1.leftText:GetText() or "", button1.rightText:GetText() or ""
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user