From 4bae4f23f7a19c007c5904a76dae08fc754830b8 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Mon, 24 Oct 2011 11:24:38 -0400 Subject: [PATCH] -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. --- XanDebuffTimers.lua | 2 +- XanDebuffTimers.toc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.9.5