Quantcast

-added two more events for certain specific situations where a damage also causes a heal.

Xruptor [12-15-11 - 14:58]
-added two more events for certain specific situations where a damage also causes a heal.
Filename
XanBuffTimers.lua
diff --git a/XanBuffTimers.lua b/XanBuffTimers.lua
index 95d9fb9..ef5e37c 100644
--- a/XanBuffTimers.lua
+++ b/XanBuffTimers.lua
@@ -177,6 +177,8 @@ local eventSwitch = {
 	["SPELL_ENERGIZE"] = true,
 	["SPELL_PERIODIC_HEAL"] = true,
 	["SPELL_HEAL"] = true,
+	["SPELL_DAMAGE"] = true,
+	["SPELL_PERIODIC_DAMAGE"] = true,
 }

 function f:COMBAT_LOG_EVENT_UNFILTERED(event, timestamp, eventType, hideCaster, sourceGUID, sourceName, srcFlags, sourceRaidFlags, dstGUID, destName, destFlags, destRaidFlags, spellID, spellName, spellSchool, auraType, amount)