- Fixed a problem while reporting enemy damage taken.

- Fixed an issue with damage taken by spell where some spells wasn't shown.
- Few improvements on tooltips.
This commit is contained in:
Tercio
2015-03-17 21:55:49 -03:00
parent 640a4261ea
commit 60fbd99e82
12 changed files with 84 additions and 57 deletions
+1 -1
View File
@@ -995,7 +995,7 @@
function _detalhes:AddTooltipSpellHeaderText (headerText, headerColor, r, g, b, amount)
if (_detalhes.tooltip.show_amount) then
GameCooltip:AddLine (headerText, "x" .. amount .. "", nil, headerColor, r, g, b, .2, 12)
GameCooltip:AddLine (headerText, "x" .. amount .. "", nil, headerColor, r, g, b, .5, 10)
else
GameCooltip:AddLine (headerText, nil, nil, headerColor, nil, 12)
end