Quantcast

-Added a few more events to the combat log

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