From 6745ad587e1fed64025c05f2618f729b164f0443 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Sat, 22 Jan 2011 08:41:36 -0500 Subject: [PATCH] -Added a few more events to the combat log --- XanDebuffTimers.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/XanDebuffTimers.lua b/XanDebuffTimers.lua index 2191da5..e7092e1 100644 --- a/XanDebuffTimers.lua +++ b/XanDebuffTimers.lua @@ -136,6 +136,9 @@ local eventSwitch = { ["SPELL_AURA_REFRESH"] = true, ["SPELL_AURA_APPLIED_DOSE"] = true, ["SPELL_AURA_APPLIED_REMOVED_DOSE"] = true, + ["SPELL_AURA_REMOVED_DOSE"] = true, + ["SPELL_AURA_BROKEN"] = true, + ["SPELL_AURA_BROKEN_SPELL"] = true, } function f:COMBAT_LOG_EVENT_UNFILTERED(event, timestamp, eventType, srcGUID, srcName, srcFlags, dstGUID, dstName, dstFlags, spellID, spellName, spellSchool, auraType, amount) -- 1.7.9.5