[Request] Add new Junk "Coin Icon" to junk items
ViddWizard opened this issue ยท 1 comments
I know that the default call to show the new junk coin icon is:
if (quality == LE_ITEM_QUALITY_POOR and not noValue and MerchantFrame:IsShown()) then
itemButton.JunkIcon:Show();
end
Any chance you could add this to items that are marked as "Junk" in AdiBag? I've gotten so use to looking for them I'm finding myself really missing it.