• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Mysql help

mattyboi88

New Member
Joined
Jun 12, 2009
Messages
86
Reaction score
0
Hey,

Im trying to run the following query on my database,
DELETE FROM player_depotitems, player_items, tile_items WHERE itemtype = 2160; Im trying to remove an Item with that ID completely from the game, But im gettin the following error message. #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE itemtype = 2295' at line 1, Someone help me please?
 
Back
Top