Mercurial > wow > itemauditor
comparison Modules/DisplayInvested.lua @ 67:b6c30a5156f9
Rearranged options to go with their related features.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Wed, 28 Jul 2010 07:35:14 -0700 |
parents | e92a5adf75bf |
children | e9f7bc9199ca |
comparison
equal
deleted
inserted
replaced
66:b7bc0488f13b | 67:b6c30a5156f9 |
---|---|
219 investedTable:SetData(tableData, true) | 219 investedTable:SetData(tableData, true) |
220 end | 220 end |
221 end | 221 end |
222 | 222 |
223 | 223 |
224 ItemAuditor.Options.args.invested = { | |
225 type = "execute", | |
226 name = "invested", | |
227 desc = "Shows what you have invested in", | |
228 func = "DisplayInvested", | |
229 guiHidden = false, | |
230 } |