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

Run this query and see if it returns anything:
Code:
SELECT * FROM `inventory` WHERE `itemid` > (SELECT MAX(`id`) FROM `items`);
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote