Query to remove all augs
Has anyone removed ALL augs from their server? I would like one to remove them from mine.
Thanks |
I would highly recommend making a backup before running this:
Code:
DELETE FROM `items` WHERE `itemtype` = '54'; |
this is what I got.
Code:
/* Affected rows: 8,966 Found rows: 0 Warnings: 0 Duration for 1 query: 0.687 sec. */ |
Quote:
|
yeah they were removed, no one that has been testing has seen anymore drop
|
You might have a ton of lootdrops where the item doesnt exist now btw.. not sure if that is gonna break anything.. but this should show you the lootdrop_entries that do not exist as items.
Code:
SELECT lde.* FROM lootdrop_entries lde |
Need to remove those items the query returns?
|
Should be safe to.. but you can check a few of the items with #fi and make sure.. (thats what I did recently to my DB)
|
yeah, its fine, I just tested
|
All times are GMT -4. The time now is 11:01 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.