• 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

Inteligentny

Im not.
Joined
Aug 2, 2008
Messages
485
Reaction score
0
I didnt know where to place this question, anyone know how to delete all addons from players from database with one request in DB?
 
@up

That query will just change your otufit if you whant to delete the addons try this query:

Code:
DELETE FROM player_storage WHERE `key` > 10001000

Note: PLayers most be offline!
 
Back
Top