Files
WoWee/include/ui
Kelsi f90a2c0320 fix: show random property stats in auction house tooltips
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.
2026-07-24 18:10:41 -07:00
..