Merge remote-tracking branch 'fork/master'

This commit is contained in:
andrew6180
2024-05-19 14:48:19 -07:00
6 changed files with 62 additions and 36 deletions
+7
View File
@@ -3520,6 +3520,13 @@ function damageClass:ToolTip_DamageDone (instancia, numero, barra, keydown)
meu_tempo = instancia.showing:GetCombatTime()
end
if (not meu_tempo) then
meu_tempo = instancia.showing:GetCombatTime()
if (Details.time_type == 3) then --time type 3 is deprecated
Details.time_type = 2
end
end
--add actor spells
for _spellid, _skill in pairs(ActorSkillsContainer) do
ActorSkillsSortTable [#ActorSkillsSortTable+1] = {_spellid, _skill.total, _skill.total/meu_tempo}