Merge branch 'lootroll-fix' of github.com:EnsignPayton/ElvUI into lootroll-fix

This commit is contained in:
Logan Payton
2018-05-10 23:28:13 -04:00
2 changed files with 2 additions and 1 deletions
@@ -149,6 +149,7 @@ function AB:PositionAndSizeBarShapeShift()
bar:SetScale(1)
bar:SetAlpha(bar.db.alpha)
E:EnableMover(bar.mover:GetName())
bar:SetPoint("CENTER", 0, 0)
else
bar:SetScale(0.0001)
bar:SetAlpha(0)
+1 -1
View File
@@ -255,7 +255,7 @@ function M:START_LOOT_ROLL(_, rollID, time)
f.need:SetText(0)
f.greed:SetText(0)
f.pass:SetText(0)
local texture, name, count, quality, bindOnPickUp = GetLootRollItemInfo(rollID)
f.button.icon:SetTexture(texture)
f.button.link = GetLootRollItemLink(rollID)