Add option to split dot / hot damage into separate entries entirely.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user