changeset 41:c6a1f1cf560c

update todos
author contrebasse
date Sat, 30 Apr 2011 00:01:39 +0200
parents 5a6091dddf69
children d74613eb5f72
files ReagentMaker.lua data.lua
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ReagentMaker.lua	Fri Apr 29 23:58:43 2011 +0200
+++ b/ReagentMaker.lua	Sat Apr 30 00:01:39 2011 +0200
@@ -2,8 +2,8 @@
 
 -- @todo clean the A table
 -- @todo check local copy of globals functions
--- @todo show owned items
 -- @todo add support for dez ?
+-- @todo add support for hidden recipes, removing filtering
 -- @todo add support for cross tradeskill, like mining + forge/ingé
 
 ---------------------------------------------------
--- a/data.lua	Fri Apr 29 23:58:43 2011 +0200
+++ b/data.lua	Sat Apr 30 00:01:39 2011 +0200
@@ -1,5 +1,7 @@
 local addonName, A = ...
 
+-- @todo: complete jewelcrafting items
+
 local MillID = 51005
 local macroMill = "/cast "..GetSpellInfo(MillID).."\n/use "
 local MillLink = GetSpellLink(MillID)