Skip to content

Commit

Permalink
Missed a print statement used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zendil committed Mar 28, 2016
1 parent 88de668 commit ef5d447
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Teds_PVP_Spelltimers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit ef5d447

Please sign in to comment.