From ef5d44785d9c218a7bceb89da11e87b0260ec119 Mon Sep 17 00:00:00 2001 From: jimmyjoeisdabomb Date: Mon, 28 Mar 2016 23:30:04 +0000 Subject: [PATCH] Missed a print statement used for testing --- Teds_PVP_Spelltimers.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/Teds_PVP_Spelltimers.lua b/Teds_PVP_Spelltimers.lua index 9995bbc..9acebad 100644 --- a/Teds_PVP_Spelltimers.lua +++ b/Teds_PVP_Spelltimers.lua @@ -134,7 +134,6 @@ function Teds_PVP_Spelltimers_Event(self,event,...) --buff is in filter and has non-negative duration -> create alert F.activealerts[v.id] = {["name"] = F.filter_def[v.id],["expire"] = v.expire} if not F.activealerts_old[v.id] then - print(F.filter_def[v.id]) --this is the first detection (new buff). Play sound. PlaySoundFile("Interface\\Addons\\Teds_PVP_Spelltimers\\media\\BoxingArenaSound.ogg","Master") --KNOWN ISSUE: when multiple alerts are active, losing one will cause the sound to play. Somehow, the remaining aura is then seen as 'new'.