Add option to split dot / hot damage into separate entries entirely.

This commit is contained in:
andrew6180
2024-06-18 13:07:28 -07:00
parent 016c68d243
commit faf859dc7d
16 changed files with 80 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ function classDamageSpellTable:NovaTabela(spellId, link, token)
extra = {}
}
if (token == "SPELL_PERIODIC_DAMAGE") then
if (token == "SPELL_PERIODIC_DAMAGE") and Details.combat_log.separate_dot_effects then
Details:SetAsDotSpell(spellId)
end