Realized there was a better way to do the DB entries for salvage, so I changed the script.

Run the optional 2013_04_09_SalvageCleanOld.sql if you ran the old script.
This commit is contained in:
mackal
2013-04-09 14:50:51 -04:00
parent f8795bcd72
commit b8febdd440
4 changed files with 19 additions and 36 deletions
@@ -0,0 +1,2 @@
DELETE FROM `tradeskill_recipe_entries` WHERE `salvagecount`>0 AND `componentcount`='0';