diff Modules/DisplayInvested.lua @ 46:5e981c1df761 ticket7

Changed the way items are converted to be weighted by AH value. there are no options yet.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Tue, 20 Jul 2010 00:12:44 -0700
parents 9a6d4e2768fd
children bdf3aba93aa9
line wrap: on
line diff
--- a/Modules/DisplayInvested.lua	Tue Jul 20 00:09:54 2010 -0700
+++ b/Modules/DisplayInvested.lua	Tue Jul 20 00:12:44 2010 -0700
@@ -98,7 +98,7 @@
 		
 		ItemAuditor:SaveValue(link, newValue-investedTotal, 0)
 	end
-	StaticPopup_Show ("ItemAuditor_NewPrice", link, 'two');
+	StaticPopup_Show ("ItemAuditor_NewPrice");
 end
 
 local function displayMoney(rowFrame, cellFrame, data, cols, row, realrow, column, fShow, table, ...)