From 9c12aa337a5d0cda58429c8c890285d159232694 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Thu, 15 Dec 2011 09:53:23 -0500 Subject: [PATCH] -Added a few more events to capture certain specific spells. --- XanBuffTimers.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/XanBuffTimers.lua b/XanBuffTimers.lua index ba29d8d..95d9fb9 100644 --- a/XanBuffTimers.lua +++ b/XanBuffTimers.lua @@ -172,6 +172,11 @@ local eventSwitch = { ["SPELL_AURA_BROKEN_SPELL"] = true, ["ENCHANT_REMOVED"] = true, ["ENCHANT_APPLIED"] = true, + ["SPELL_CAST_SUCCESS"] = true, + ["SPELL_PERIODIC_ENERGIZE"] = true, + ["SPELL_ENERGIZE"] = true, + ["SPELL_PERIODIC_HEAL"] = true, + ["SPELL_HEAL"] = 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