comparison Modules/Options.lua @ 68:2d65db19d3ce

Fixed a bug with the crafting threshold options. Updated /ia queue so that it is a shortcut to using /ia crafting and then clicking export.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Wed, 28 Jul 2010 11:37:43 -0700
parents b6c30a5156f9
children c59d22fac6d1
comparison
equal deleted inserted replaced
67:b6c30a5156f9 68:2d65db19d3ce
79 end 79 end
80 end 80 end
81 return iter 81 return iter
82 end 82 end
83 83
84 function ItemAuditor:GetCraftingThreshold() 84
85 local key = ItemAuditor.db.char.crafting_threshold
86 return craftingThresholds[key]
87 end
88 85
89 function ItemAuditor:GetAuctionThreshold() 86 function ItemAuditor:GetAuctionThreshold()
90 return ItemAuditor.db.char.auction_threshold 87 return ItemAuditor.db.char.auction_threshold
91 end 88 end
92 89