since 5.2 patch
I think both lootfilter addon and Mr itemremover2 plugin do not work properly
so while grinding my bags are full of trash items
is there any working addon or plugin?
/run for bag = 0, 4 do for slot = 1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,"ff9d9d9d") then PickupContainerItem(bag,slot) DeleteCursorItem() end end end