Toy Tooltip Incorrect
nfet opened this issue ยท 1 comments
Here's the potential fix:
if itemInfo and itemInfo.id then
if itemInfo:isToy() then
GameTooltip:SetToyByItemID(itemInfo.id)
else
GameTooltip:SetItemByID(itemInfo.id)
end
end
See:
wow-addon-actionbar-plus/Core/Lib/Widget/Buttons/ItemDragEventHandler.lua
Lines 117 to 119 in 0b6db73