View Single Post
  #9  
Old 08-27-2010, 07:21 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Using this SQL will clear those issues up:

Code:
UPDATE items set UNK132 = '0000000000000000000';
UPDATE items SET verified = '2010-06-01 16:08:42';
UPDATE items SET updated = '2010-06-01 16:08:42';
UPDATE items SET serialized = '2010-06-01 16:08:42';
Reply With Quote