From 1c24ebf064a455689799a69ee7cce00ab8e9e9c1 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Wed, 14 Aug 2013 21:13:14 +0000 Subject: [PATCH] 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 --- OvaleAura.lua | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.9.5