9.0 compatibility updates - initial attempt

This commit is contained in:
Parnic
2020-10-13 08:46:41 -05:00
parent 53bf76c58a
commit a18144aec0
16 changed files with 39 additions and 27 deletions

View File

@ -171,7 +171,7 @@ end
-- Creates the low amount warning frame
function IceUnitBar.prototype:CreateFlashFrame()
if not (self.flashFrame) then
self.flashFrame = CreateFrame("Frame", nil, self.frame)
self.flashFrame = CreateFrame("Frame", "IceHUD_"..self.elementName.."_Flash", self.frame)
end
self.flashFrame:SetFrameStrata("BACKGROUND")