Maintenance for the week of January 25:
• PC/Mac: No maintenance – January 25
• PC/Mac: NA and EU megaservers for patch maintenance – January 26, 4:00AM EST (9:00 UTC) - 9:00AM EST (14:00 UTC)
• ESO Store and Account System for maintenance – January 26, 2:00PM EST (19:00 UTC) - 6:00PM EST (23:00 UTC)
• Xbox One: NA and EU megaservers for patch maintenance– January 27, 4:00AM EST (9:00 UTC) - 8:00AM EST (13:00 UTC)
• PlayStation®4: NA and EU megaservers for patch maintenance – January 27, 4:00AM EST (9:00 UTC) - 8:00AM EST (13:00 UTC)
upgrade saved variable
I wonder if it is possible to upgrade saved variable. For example I had a version 1 savedvar, then later I decide to make some changes and the newer one is version 2. I want to be able to retrieve the version 1 var, update it and save it as version 2. In the above scenario if I call ZO_SavedVars:NewAccountWide with version = 2 directly it will wipe the version 1 var. If I call ZO_SavedVars:NewAccountWide with version = 1 then the version 2 vars will be wiped. Any one got a good way to solve this?