Parser: track absorbs from absorbed amount on spell_dmg

This commit is contained in:
andrew6180
2024-11-05 17:33:16 -07:00
parent 85c6a18fd0
commit a034ddfa3e
+1
View File
@@ -768,6 +768,7 @@
--group checks and avoidance
if (absorbed) then
parser:heal_absorb(token, time, sourceSerial, sourceName, sourceFlags, targetSerial, targetName, targetFlags, 0, spellId, spellName, spellType, nil, nil, nil, nil, nil, nil, nil, absorbed)
amount = absorbed + (amount or 0)
end