View Single Post
  #10  
Old 01-04-2016, 11:26 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

I'm looking for differences in field values between what you posted and existing items.

Here are a few so far:
Code:
SELECT * FROM `items` WHERE `material` = '-1'
SELECT * FROM `items` WHERE `itemtype` = '6'

Since that other item didn't fail for you, you may try looking at the `created` column.

The insert query that you posted shows a malformed timestamp.
Quote:
`updated` = '2016-01-04 15:33:00'
`verified` = '2016-01-03 14:39:28'
`created` = '201613143928'
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote