From a034ddfa3e3be3603718848c051f69efb8704934 Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:33:16 -0700 Subject: [PATCH] Parser: track absorbs from absorbed amount on spell_dmg --- core/parser.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/core/parser.lua b/core/parser.lua index 03badfb1..50d36942 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -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