From a37c4a44c96974e1344a9a74a9a52f77dc4480f7 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Thu, 15 Dec 2011 09:58:53 -0500 Subject: [PATCH] -added two more events for certain specific situations where a damage also causes a heal. --- XanBuffTimers.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/XanBuffTimers.lua b/XanBuffTimers.lua index 95d9fb9..ef5e37c 100644 --- a/XanBuffTimers.lua +++ b/XanBuffTimers.lua @@ -177,6 +177,8 @@ local eventSwitch = { ["SPELL_ENERGIZE"] = true, ["SPELL_PERIODIC_HEAL"] = true, ["SPELL_HEAL"] = true, + ["SPELL_DAMAGE"] = true, + ["SPELL_PERIODIC_DAMAGE"] = true, } function f:COMBAT_LOG_EVENT_UNFILTERED(event, timestamp, eventType, hideCaster, sourceGUID, sourceName, srcFlags, sourceRaidFlags, dstGUID, destName, destFlags, destRaidFlags, spellID, spellName, spellSchool, auraType, amount) -- 1.7.9.5