Add more debugging info for OvaleAura for when DoTs are detected.
Johnny C. Lam [08-14-13 - 21:13]
Add more debugging info for OvaleAura for when DoTs are detected.
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1010 d5049fe3-3747-40f7-a4b5-f36d6801af5f
diff --git a/OvaleAura.lua b/OvaleAura.lua
index be0309d..a7a63d5 100644
--- a/OvaleAura.lua
+++ b/OvaleAura.lua
@@ -138,6 +138,7 @@ local function UnitGainedAura(guid, spellId, filter, casterGUID, icon, count, de
if mine then
local si = OvaleData.spellInfo[spellId]
if si and si.tick then
+ Ovale:DebugPrintf(OVALE_AURA_DEBUG, " %s (%s) is a periodic aura.", name, spellId)
-- Only set the initial tick information for new auras.
if not existingAura then
aura.ticksSeen = 0