Maintenance for the week of April 27:
· [COMPLETE] EU megaservers for maintenance – April 27, 2:00 UTC (April 26, 10:00PM EDT) - April 27, 16:00 UTC (12:00PM EDT)
· [COMPLETE] NA megaservers for maintenance – April 27, 3:00AM EDT (7:00 UTC) - 5:00PM EDT (21: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.