Items not tradable,
2 options:
Lazy one: Just
Code:
UPDATE _REFOBJCOMMON set CanTrade='0',CanDrop='0',CanBorrow='0' where CodeName128 like '%CODE NAME HERE%'
Good one:
Create a clone for the item, ex: ITEM_START_MALL_RETURN_REVERSE_SCROLL
and set the same params, and set it as starting items, so you have 2 items.