Temporary solution:
To find all items with Shape 45 and note their ItemID
Then go to the query analyzer of game1 to execute the following script (change 1011 in it to your itemID +1. If your itemID is 1020, then change 1011 to 1021)
UPDATE TBL_ITEM
SET FLD_DESC8 = 254, FLD_DESC9 = 8
WHERE (FLD_INDEX = 1011)
UPDATE TBL_SavedITEM
SET FLD_DESC8 = 254, FLD_DESC9 = 8
WHERE (FLD_INDEX = 1011)