Quantcast

-Added a few more events to the combat log

Xruptor [01-22-11 - 13:41]
-Added a few more events to the combat log
Filename
XanDebuffTimers.lua
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)