Mercurial > wow > reagentmaker
comparison data.lua @ 41:c6a1f1cf560c
update todos
author | contrebasse |
---|---|
date | Sat, 30 Apr 2011 00:01:39 +0200 |
parents | aa2f6965c0f6 |
children | d74613eb5f72 |
comparison
equal
deleted
inserted
replaced
40:5a6091dddf69 | 41:c6a1f1cf560c |
---|---|
1 local addonName, A = ... | 1 local addonName, A = ... |
2 | |
3 -- @todo: complete jewelcrafting items | |
2 | 4 |
3 local MillID = 51005 | 5 local MillID = 51005 |
4 local macroMill = "/cast "..GetSpellInfo(MillID).."\n/use " | 6 local macroMill = "/cast "..GetSpellInfo(MillID).."\n/use " |
5 local MillLink = GetSpellLink(MillID) | 7 local MillLink = GetSpellLink(MillID) |
6 MillID = nil | 8 MillID = nil |