From 9dfa6ee1d534902480cc12780341861dbf322798 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Mon, 24 Oct 2011 11:22:02 -0400 Subject: [PATCH] -Updated for Firelands. -YES I'm back to playing WOW, expect updates to all my addons. --- XanBuffTimers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XanBuffTimers.lua b/XanBuffTimers.lua index 68a5d29..5a07701 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, 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 buffs if the unit died -- 1.7.9.5