Ceejzor
Murica Born N Raised!
At the title say's just looking for a query to delete everyone's storage.
so they can redo quest.
will rep++ :$
so they can redo quest.
will rep++ :$
UPDATE `player_storage` SET value = -1 WHERE value >=0;
PHP:UPDATE `player_storage` SET value = -1 WHERE value >=0;
If you want to completely delete all records of storages,
inb4 no but players should be offline at the time you execute this queryPHP:DELETE FROM `player_storage`;
Yes?? That's the proper way and what you requested in the first place.
nopwould UPDATE `players` SET `redskulltime`=0; 'blackskulltime'=0;
erase all red and black skull sin database?
UPDATE `players` SET `skull` = 0, `skulltime` = 0;