-Updated TOC for patch 4.1
Xruptor [05-03-11 - 12:22]
-Updated TOC for patch 4.1
-Fixed an issue with COMBAT_LOG_EVENT_UNFILTERED
diff --git a/XanBuffTimers.lua b/XanBuffTimers.lua
index a756aff..68a5d29 100644
--- a/XanBuffTimers.lua
+++ b/XanBuffTimers.lua
@@ -162,7 +162,7 @@ local eventSwitch = {
["ENCHANT_APPLIED"] = true,
}
-function f:COMBAT_LOG_EVENT_UNFILTERED(event, timestamp, eventType, srcGUID, srcName, srcFlags, dstGUID, dstName, dstFlags, spellID, spellName, spellSchool, auraType, amount)
+function f:COMBAT_LOG_EVENT_UNFILTERED(event, timestamp, eventType, hideCaster, srcGUID, srcName, srcFlags, dstGUID, dstName, dstFlags, spellID, spellName, spellSchool, auraType, amount)
if eventType == "UNIT_DIED" or eventType == "UNIT_DESTROYED" then
--clear the buffs if the unit died
diff --git a/XanBuffTimers.toc b/XanBuffTimers.toc
index 855cd97..e4cf556 100644
--- a/XanBuffTimers.toc
+++ b/XanBuffTimers.toc
@@ -2,7 +2,7 @@
## Title: xanBuffTimers
## Notes: A small text based progress bar system for target buffs.
## Author: Xruptor
-## Version: 1.6
+## Version: 1.7
## SavedVariablesPerCharacter: XBT_DB
xanBuffTimers.lua