Yes I think that's possible - perhaps with a software toggle option.
Unless I'm wrong, this is done by setting a flag=0 in lootdrop_entries.equip_item.
If you want a quick fix, you can run this query
Code:
UPDATE lootdrop_entries,lootdrop SET equip_item=0 WHERE
(lootdrop.id=lootdrop_entries.lootdrop_id) AND lootdrop.name LIKE "lvl_%"
GeorgeS