From e902fc938a10f30daebea11f40220e6c38456c77 Mon Sep 17 00:00:00 2001 From: zendil Date: Fri, 5 Aug 2016 16:35:16 -0400 Subject: [PATCH] remove todo's --- Teds_PVP_Spelltimers.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Teds_PVP_Spelltimers.lua b/Teds_PVP_Spelltimers.lua index 6b6854d..60ab5f2 100644 --- a/Teds_PVP_Spelltimers.lua +++ b/Teds_PVP_Spelltimers.lua @@ -13,7 +13,6 @@ w.activealerts = {} --To remove a spell just delete or comment out it's line --Note when adding your own spells that the mechanism by which spells are tracked is as -BUFFS- on your -TARGET- --i.e. if you wanted to track "Marked for Death", it would not work as this creates a -DEBUFF- on the -PLAYER- ---TODO: PvP talents for all classes w.filter_def = { --Demon Hunter [188501] = "Spectral Sight", @@ -310,5 +309,4 @@ local function SlashHandler(msg, editbox) end end end -SlashCmdList["TEDSPVPSPELLTIMERS"] = SlashHandler ---TODO: Ability to move frame, save position between sessions \ No newline at end of file +SlashCmdList["TEDSPVPSPELLTIMERS"] = SlashHandler \ No newline at end of file