[Classic] Patch broke my gray-vendoring macro?

Here’s the macro in question:

/run for b=0,4 do for s=1,GetContainerNumSlots(b)do local n=GetContainerItemLink(b,s)if n and strfind(n,"ff9d9d9d") then print("Selling: "..n)UseContainerItem(b,s)end end end

I’ve been using this macro for years now and suddenly it’s not doing anything. I also checked that the color of the items didn’t change (I know they updated the color of heirloom items)… Why isn’t this working anymore? :frowning:

And before someone suggests it: I do not want to use an addon for this!

1 Like

Whoops! Thanks a bunch for the link! It is greatly appreciated. :pensive: :pray: