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