^^^ that ... Also, the update might have broken your AddOns to the point where they can't read the saved settings, even if they're there.GFBStarWars wrote: »what did you copy exactly?
The saved variable folder is the one storing the addon setting and data. The addon folder only contains the addons
Jelkethra wrote:I was able to go in under my backup harvestmap.lua and re-add the account name into the lua where we had to take it out last patch.
Copy and paste your backup Harvestmap.lua into your savedvariables folder and open it.
At the very top you should see this:Harvest_SavedVars = { ["Default"] = { [""] =
and change the [""] to:
["@youraccountname"]
so it reads as:Harvest_SavedVars = { ["Default"] = { ["@youraccountname"] =
Hopefully this fixes it for you.