shirsig / aux-addon

Auction House addOn for Classic (1.13) IMPORTANT: The folder name must be "aux-addon" IMPORTANT: The Vanilla (1.12) version moved here https://github.com/shirsig/aux-addon-vanilla
https://www.curseforge.com/wow/addons/aux
196 stars 42 forks source link

Fix tooltip value for inventory items #291

Closed brandonp2412 closed 3 years ago

brandonp2412 commented 4 years ago

Previously, when holding shift while hovering an inventory item, the total value wouldn't change. This is because the quantity was always being passed as 1. Now we pass the actual item count.

brandonp2412 commented 4 years ago

Potentially related to https://github.com/shirsig/aux-addon/issues/282