View Single Post
  #3  
Old 01-13-2015, 04:43 AM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Try this query (since ID is auto-incrementing you do not need ID in the query).
Code:
INSERT INTO `starting_items` (`race`, `class`, `deityid`, `zoneid`, `itemid`, `item_charges`, `gm`, `slot`) VALUES ('0', '0', '0', '0', '13073', '20', '0', '-1');
Reply With Quote