From 3901ff9407169926a0d266d9157a65f3b78fc357 Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 17 Oct 2022 21:24:03 -0700 Subject: [PATCH] Lifebloom's bloom can now be tracked in WotLK --- core/parser.lua | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/core/parser.lua b/core/parser.lua index bfa87538..3b2847c3 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -2200,6 +2200,14 @@ cura_efetiva = cura_efetiva + amount - overhealing end + if (isTBC) then + --life bloom explosion (second part of the heal) + if (spellid == SPELLID_DRUID_LIFEBLOOM_HEAL) then + TBC_LifeBloomLatestHeal = cura_efetiva + return + end + end + if (isTBC or isWOTLK) then --earth shield if (spellid == SPELLID_SHAMAN_EARTHSHIELD_HEAL) then @@ -2217,11 +2225,6 @@ TBC_PrayerOfMendingCache[who_name] = nil end - --life bloom explosion (second part of the heal) - elseif (spellid == SPELLID_DRUID_LIFEBLOOM_HEAL) then - TBC_LifeBloomLatestHeal = cura_efetiva - return - elseif (spellid == 27163 and false) then --Judgement of Light (paladin) --disabled on 25 September 2022 --check if the hit was landed in the same cleu tick