Macro tooltip when using items displays wrong itemlvl
Domesdos opened this issue · 2 comments
When using a macro to use an item or slotid the tooltip displays the correct item but with it's base ilvl, not the ilvl that item actually has.
Example: when using "/use 13" in a macro to always use the first trinket slot, the macro works as intented but the tooltip is displaying wrong. My ilvl 184 mythic trinket is displayed as the same item but at blue quality with an ilvl of 158 which is the base version of that item dropping in normal dungeons.
In case anyone anyone comes across this issue, in the tooltip-functions.lua, replace GameTooltip:SetItemByID(data.Id) on line 12 with GameTooltip:SetInventoryItemByID(data.Id)