Merchant Skin broken since 7.2
Description The merchant skins (merchant.lua and merchantlist.lua) are not displaying unusable items correctly.
In 7.2 "isPurchasable" was added to GetMerchantItemInfo() in front of isUsable. This leads to unusable items not correctly being colored red.
name, texture, price, quantity, numAvailable, isUsable, extendedCost = GetMerchantItemInfo(indexes[index]) should be changed to name, texture, price, quantity, numAvailable, isPurchasable, isUsable, extendedCost = GetMerchantItemInfo(indexes[index])
Shadow & Light Version 3.33
ElvUI Version 10.72