@@ -1718,7 +1718,7 @@ function atributo_damage:RefreshWindow(instancia, combatObject, forcar, exportar
|
||||
elseif (subAttribute == 2) then --DPS
|
||||
keyName = "last_dps"
|
||||
|
||||
elseif (subAttribute == 3) then --TAMAGE TAKEN
|
||||
elseif (subAttribute == 3) then --DAMAGE TAKEN
|
||||
keyName = "damage_taken"
|
||||
if (Details.damage_taken_everything) then
|
||||
windowMode = modo_ALL
|
||||
@@ -1755,7 +1755,7 @@ function atributo_damage:RefreshWindow(instancia, combatObject, forcar, exportar
|
||||
elseif (subAttribute == 2) then --DPS
|
||||
keyName = "last_dps"
|
||||
|
||||
elseif (subAttribute == 3) then --TAMAGE TAKEN
|
||||
elseif (subAttribute == 3) then --DAMAGE TAKEN
|
||||
keyName = "damage_taken"
|
||||
if (Details.damage_taken_everything) then
|
||||
windowMode = modo_ALL
|
||||
|
||||
@@ -99,7 +99,7 @@ end
|
||||
plater_integration_frame:SetScript("OnEvent", function(self)
|
||||
local time, token, hidding, sourceGUID, sourceName, sourceFlag, sourceFlag2, targetGUID, targetName, targetFlag, targetFlag2, spellID, spellName, spellType, amount, overKill, school, resisted, blocked, absorbed, isCritical = CombatLogGetCurrentEventInfo()
|
||||
|
||||
--tamage taken by the GUID unit
|
||||
--damage taken by the GUID unit
|
||||
if (token == "SPELL_DAMAGE" or token == "SPELL_PERIODIC_DAMAGE" or token == "RANGE_DAMAGE" or token == "DAMAGE_SHIELD") then
|
||||
plater_integration_frame.AddDamageToGUID (sourceGUID, targetGUID, time, amount)
|
||||
|
||||
@@ -156,4 +156,4 @@ function Details:RefreshPlaterIntegration()
|
||||
|
||||
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1781,7 +1781,7 @@ function EncounterDetails:OpenAndRefresh (_, segment)
|
||||
barra:HookScript ("OnMouseDown", EncounterDetails.BossInfoRowClick)
|
||||
|
||||
local add_damage_done = _CreateFrame ("Button", nil, barra, "BackdropTemplate")
|
||||
barra.report_text = "Details! Tamage Taken of "
|
||||
barra.report_text = "Details! Damage Taken of "
|
||||
add_damage_done.report_text = "Details! Damage Done of "
|
||||
add_damage_done.barra = barra
|
||||
add_damage_done:SetWidth (EncounterDetails.CooltipLineHeight)
|
||||
|
||||
Reference in New Issue
Block a user