Query to remove useless items from database

Pluton

Mythical User
Gold Supporter
Veteran Member
77
2014
12
This query will remove custom items from database which shouldn't really be created (custom gear).

DELETE FROM item_template WHERE entry IN (999999, 93017, 93016, 93014, 93013, 93012, 93011, 93010, 93009, 93008, 93007, 93005, 93004, 93003, 93002, 93001, 93000, 100100, 17122, 19879, 27486, 30347, 32091, 34093);

Enjoy.

Best Regards,
Pluton.
 
Top