mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-08-01 18:29:24 -04:00
Auction results carry the rolled random property separately from the item template, so browse-tab tooltips rendered only base stats. Build an instance-aware ItemDef from the query response plus the auction's randomPropertyId/suffixFactor, using the same bonus folding as inventory tooltips, so "of the ..." suffix stats are visible before bidding. Makes the ItemDef overload of renderItemTooltip public so callers outside InventoryScreen can use it.