Bug Fixed

This commit is contained in:
Tercio Jose
2023-07-18 18:19:38 -03:00
parent bfbe4ca852
commit bfdce8071b
6 changed files with 29 additions and 592 deletions
+1 -1
View File
@@ -2250,7 +2250,7 @@ local iconFrame_OnEnter = function(self)
end
end
if (actor.spec == 1473) then
if (actor.spec == 1473 and actor.tipo == DETAILS_ATTRIBUTE_DAMAGE) then
local damageDone = math.floor(actor.total + actor.extra_bar)
GameCooltip:AddLine("Evoker Predicted Damage:", Details:Format(damageDone) .. " (" .. Details:Format(damageDone / Details:GetCurrentCombat():GetCombatTime()) .. ")", 1, "white")
GameCooltip:AddIcon([[]], 1, 1, 1, 20)