Improved Blizzard UI

Improved Blizzard UI

161k Downloads

Vendor grey items over counted

Wizeowel opened this issue ยท 1 comments

commented

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

commented

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