from retail
This commit is contained in:
@@ -359,7 +359,7 @@ function Private.getDefaultGlow(regionType)
|
||||
glowYOffset = 0,
|
||||
glow_anchor = "bar"
|
||||
}
|
||||
elseif regionType == "icon" then
|
||||
else
|
||||
return {
|
||||
["type"] = "subglow",
|
||||
glow = false,
|
||||
@@ -378,9 +378,14 @@ function Private.getDefaultGlow(regionType)
|
||||
end
|
||||
end
|
||||
|
||||
local supportedRegion = {
|
||||
icon = true,
|
||||
aurabar = true,
|
||||
texture = true,
|
||||
progresstexture = true
|
||||
}
|
||||
local function supports(regionType)
|
||||
return regionType == "icon"
|
||||
or regionType == "aurabar"
|
||||
return supportedRegion[regionType]
|
||||
end
|
||||
|
||||
local function addDefaultsForNewAura(data)
|
||||
|
||||
Reference in New Issue
Block a user