Why would you change theire IDs? If it is to update the drops and such, what you are wanting to change is the grade of them, which is simply done with an UPDATE query on SQL
Code:
USE PS_GameDefs
UPDATE dbo.Items SET Grade = [grade you want] where ItemID = [ID of the item you are changing]