Quantcast

-Updated for Firelands.

Xruptor [10-24-11 - 15:24]
-Updated for Firelands.
-Fixed a few problems with the debuffs not properly being displayed.
-YES I'm back to playing WOW, expect updates to all my addons.
Filename
XanDebuffTimers.lua
XanDebuffTimers.toc
diff --git a/XanDebuffTimers.lua b/XanDebuffTimers.lua
index c5b0b94..fc5c4a4 100644
--- a/XanDebuffTimers.lua
+++ b/XanDebuffTimers.lua
@@ -143,7 +143,7 @@ local eventSwitch = {
 	["ENCHANT_APPLIED"] = true,
 }

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

     if eventType == "UNIT_DIED" or eventType == "UNIT_DESTROYED" then
 		--clear the debuffs if the unit died
diff --git a/XanDebuffTimers.toc b/XanDebuffTimers.toc
index 98a66c7..6a18d42 100644
--- a/XanDebuffTimers.toc
+++ b/XanDebuffTimers.toc
@@ -2,7 +2,7 @@
 ## Title: xanDebuffTimers
 ## Notes: A small text based progress bar system for target debuffs.
 ## Author: Xruptor
-## Version: 2.7
+## Version: 2.8
 ## SavedVariablesPerCharacter: XDT_DB

 xanDebuffTimers.lua