Update class_damage.lua

This commit is contained in:
itsnotapt
2023-01-12 20:38:42 -08:00
committed by GitHub
parent 94447d5fc0
commit 76d8b07cf6
+2 -2
View File
@@ -1716,7 +1716,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
@@ -1753,7 +1753,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