Clearing the economy of rares?

Olly_

Active Member
Oct 21, 2011
142
37
Hey there DevBest,
I was just wondering how I would go about removing rares from the ecomoney rather than ALL the furniture in whole as I don't know how to do it. I hope you can help out!
 

Jerry

not rly active lol
Jul 8, 2013
1,956
522
Perfect timing, SQL code is below!
Code:
DELETE FROM items WHERE base_item BETWEEN 412 AND 413 AND 414
You'll get the numbers like "412 AND 413 AND 414" using item_ids in catalog_items or id in furniture table.
 

Users who are viewing this thread

Top