From 8edf9818ec362ef4349130016df3254e9e0be4ff Mon Sep 17 00:00:00 2001 From: ackis Date: Fri, 27 Mar 2009 04:52:18 +0000 Subject: [PATCH] Make a function which nukes the saved data for tradeskills. If you're getting an error on opening a tradeskill run that and all should be fixed. --- AckisRecipeList.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index 0244315..9e26394 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -2539,3 +2539,11 @@ function addon:DumpRecipe(SpellID) end end + +--Description: Clears all saved tradeskills + +function addon:ClearSavedSkills() + + addon.db.profile.tradeskill = {} + +end -- 1.7.9.5