Add option to split dot / hot damage into separate entries entirely.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
local addonName, Details222 = ...
|
||||
local healingAbility = Details.habilidade_cura
|
||||
|
||||
function healingAbility:NovaTabela(id)
|
||||
function healingAbility:NovaTabela(id, link, token)
|
||||
---@type spelltable
|
||||
local spellTable = {
|
||||
--spellId
|
||||
@@ -40,6 +40,11 @@
|
||||
targets_absorbs = {}
|
||||
}
|
||||
|
||||
|
||||
if (token == "SPELL_PERIODIC_HEAL") and Details.combat_log.separate_hot_effects then
|
||||
Details:SetAsHotSpell(id)
|
||||
end
|
||||
|
||||
return spellTable
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user