Need to find out whats using UnitAura nil values

This commit is contained in:
Logan Payton
2018-05-16 13:32:28 -04:00
parent 155bc1c429
commit 9df3e70c39
2 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -211,7 +211,8 @@ local function updateIcon(element, unit, index, offset, filter, isDebuff, visibl
if button.count then button.count:SetText(count > 1 and count) end
local size = element.size or 16
button:SetSize(size, size)
button:SetWidth(size)
button:SetHeight(size)
button:EnableMouse(not element.disableMouse)
button:SetID(index)