Quantcast

-Updated TOC for patch 4.1

Xruptor [05-03-11 - 12:14]
-Updated TOC for patch 4.1
-Fixed a small problem with Enchants.
Filename
XanBuffTimers.lua
XanBuffTimers.toc
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