View Single Post
  #3  
Old 03-13-2012, 09:40 AM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default

Doesn't sound like that is much different than what I did.

I have SQL backups that I dumped the inventory table to text.

I went through the text file searching for ('xx',' because the charid is the first value, I then copied all those lines to a separate text file. When I was finished I inserted those back into the inventory table.

That worked, but it's hella time consuming copy and pasting every item, plus taking the time to delete duplicates.
Reply With Quote