mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
remove auras nil install error
This commit is contained in:
@@ -390,7 +390,7 @@ function UF:PostUpdateAura(unit, button)
|
|||||||
|
|
||||||
local size = button:GetParent().size
|
local size = button:GetParent().size
|
||||||
if size then
|
if size then
|
||||||
button:SetSize(size, size)
|
E:Size(button, size)
|
||||||
end
|
end
|
||||||
|
|
||||||
if button.expiration and button.duration and (button.duration ~= 0) then
|
if button.expiration and button.duration and (button.duration ~= 0) then
|
||||||
|
|||||||
Reference in New Issue
Block a user