Maintenance for the week of December 1:
• PC/Mac: No maintenance – December 1
• NA megaservers for patch maintenance – December 3, 3:00AM EST (8:00 UTC) - 12:00PM EST (17:00 UTC)
• EU megaservers for patch maintenance – December 3, 8:00 UTC (3:00AM EST) - 17:00 UTC (12:00PM EST)
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.