Maintenance for the week of May 25:
• PC/Mac: No maintenance – May 25
• ESO Store and Account System for maintenance – May 27, 6:00AM EDT (10:00 UTC) - 4:00PM EDT (20:00 UTC)
Azurah Temp-fix
Posted by Teva on ESOUI
I can't promise everything works correctly, but can say that by commenting out one line I was able to load in without errors...
Within Core.lua function Azurah:CreateOverlay, I commented out what appears as line 369 in my copy:
Code:
-- o:SetResizeToFitDescendents(true)
that's 2 dashes in front of that line to remove it from processing.
I did a Ctrl+F search for SetResizeToFitDescendents so you don't have to scroll down looking for it, adding a comment line did the trick.