From 9f72d67442e174ec6b9b7a382a9cb6a4c2a73293 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Tue, 3 May 2011 08:22:18 -0400 Subject: [PATCH] -Updated TOC for patch 4.1 -Fixed an issue with COMBAT_LOG_EVENT_UNFILTERED --- XanBuffTimers.lua | 2 +- XanBuffTimers.toc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.9.5