From eecad4449437fe0543bb83df029e9e058815cc3c Mon Sep 17 00:00:00 2001 From: EsreverWoW <49285632+EsreverWoW@users.noreply.github.com> Date: Tue, 13 Dec 2022 11:07:21 -0600 Subject: [PATCH] [LibHealComm] Update LHC --- ShestakUI/Libs/LibHealComm-4.0/LibHealComm-4.0.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ShestakUI/Libs/LibHealComm-4.0/LibHealComm-4.0.lua b/ShestakUI/Libs/LibHealComm-4.0/LibHealComm-4.0.lua index 6e9685d1f..22b21cab0 100644 --- a/ShestakUI/Libs/LibHealComm-4.0/LibHealComm-4.0.lua +++ b/ShestakUI/Libs/LibHealComm-4.0/LibHealComm-4.0.lua @@ -2680,6 +2680,9 @@ function HealComm:COMBAT_LOG_EVENT_UNFILTERED(...) local _, spellName = select(12, ...) local destUnit = guidToUnit[destGUID] + + if not destUnit then return end -- We only handle own group units + local spellID = destUnit and select(10, unitHasAura(destUnit, spellName)) or select(7, GetSpellInfo(spellName)) -- Heal or hot ticked that the library is tracking