mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-06-06 23:24:41 -04:00
Chat link tooltips (hover over item links in chat) were missing item set information already shown in the inventory tooltip. Now shows: - Set name with equipped/total piece count (e.g. "Tier 9 (2/5)") - Each set bonus with its piece-threshold, colored green when active and grey when inactive - Falls back to "Set (id N)" when ItemSet.dbc is unavailable Lazy-loads ItemSet.dbc on first hover; consistent with InventoryScreen::renderItemTooltip formatting.