• 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!

PHP Script delete items

TibiaGameHost

Hello!
Joined
Feb 25, 2009
Messages
255
Reaction score
0
Location
Canadá
I have a command that I run here in items from the database that pro players.
I wanted an item that retirase player.
Anyone know how to do INSERT INTO from a delete?

INSERT INTO CharacterItem (CID, ItemID) VALUES ('80', '8800034')
 
Back
Top