kaytotes / ImprovedBlizzardUI

General improvements to the Blizzard UI
38 stars 24 forks source link

Vendor grey items over counted #163

Closed Wizeowel closed 3 years ago

Wizeowel commented 3 years ago

Hi! In autosell.lua you have an outer loop to run 4 times, presumably to make selling grey items faster or in case of vendor lag. But then you are overcounting the total value of the items vendors.

Easy fix to modify line 40

if (i == 0) then copper = copper + ( price * count ); end

kaytotes commented 3 years ago

Will be fixed in next release. Thanks for the report.