From fbae82b57e5145388bd7e514f2009b199ec8cb5a Mon Sep 17 00:00:00 2001 From: Xruptor Date: Sat, 22 Jan 2011 08:39:07 -0500 Subject: [PATCH] -Added a few more events to the combat log --- XanBuffTimers.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/XanBuffTimers.lua b/XanBuffTimers.lua index 925b993..53b869d 100644 --- a/XanBuffTimers.lua +++ b/XanBuffTimers.lua @@ -155,6 +155,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