Maintenance for the week of September 22:
· [IN PROGRESS] NA megaservers for maintenance – September 22, 4:00AM EDT (8:00 UTC) - 10:00AM EDT (14:00 UTC)
· [IN PROGRESS] EU megaservers for maintenance – September 22, 8:00 UTC (4:00AM EDT) - 14:00 UTC (10:00AM EDT)
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.