From 71a54253f6b2ec68088db32a5cdb207ef7367b53 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Tue, 3 May 2011 08:14:52 -0400 Subject: [PATCH] -Updated TOC for patch 4.1 -Fixed a small problem with Enchants. --- XanBuffTimers.lua | 2 ++ XanBuffTimers.toc | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/XanBuffTimers.lua b/XanBuffTimers.lua index 53b869d..a756aff 100644 --- a/XanBuffTimers.lua +++ b/XanBuffTimers.lua @@ -158,6 +158,8 @@ local eventSwitch = { ["SPELL_AURA_REMOVED_DOSE"] = true, ["SPELL_AURA_BROKEN"] = true, ["SPELL_AURA_BROKEN_SPELL"] = true, + ["ENCHANT_REMOVED"] = true, + ["ENCHANT_APPLIED"] = true, } function f:COMBAT_LOG_EVENT_UNFILTERED(event, timestamp, eventType, srcGUID, srcName, srcFlags, dstGUID, dstName, dstFlags, spellID, spellName, spellSchool, auraType, amount) diff --git a/XanBuffTimers.toc b/XanBuffTimers.toc index 4074a84..855cd97 100644 --- a/XanBuffTimers.toc +++ b/XanBuffTimers.toc @@ -1,8 +1,8 @@ -## Interface: 40000 +## Interface: 40100 ## Title: xanBuffTimers ## Notes: A small text based progress bar system for target buffs. ## Author: Xruptor -## Version: 1.4 +## Version: 1.6 ## SavedVariablesPerCharacter: XBT_DB xanBuffTimers.lua -- 1.7.9.5