Merge pull request #432 from itsnotapt/patch-1

Typo "Tamage"
This commit is contained in:
Tercio Jose
2023-01-18 10:37:34 -03:00
committed by GitHub
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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