Skip to content

Commit

Permalink
[LibHealComm] Update LHC
Browse files Browse the repository at this point in the history
  • Loading branch information
EsreverWoW committed Dec 13, 2022
1 parent dfb8aed commit eecad44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ShestakUI/Libs/LibHealComm-4.0/LibHealComm-4.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eecad44

Please sign in to comment.