Skip to content

Commit

Permalink
remove todo's
Browse files Browse the repository at this point in the history
  • Loading branch information
zendil committed Aug 5, 2016
1 parent a84026a commit e902fc9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Teds_PVP_Spelltimers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -310,5 +309,4 @@ local function SlashHandler(msg, editbox)
end
end
end
SlashCmdList["TEDSPVPSPELLTIMERS"] = SlashHandler
--TODO: Ability to move frame, save position between sessions
SlashCmdList["TEDSPVPSPELLTIMERS"] = SlashHandler

0 comments on commit e902fc9

Please sign in to comment.