mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Merge branch 'lootroll-fix' of github.com:EnsignPayton/ElvUI into lootroll-fix
This commit is contained in:
@@ -149,6 +149,7 @@ function AB:PositionAndSizeBarShapeShift()
|
|||||||
bar:SetScale(1)
|
bar:SetScale(1)
|
||||||
bar:SetAlpha(bar.db.alpha)
|
bar:SetAlpha(bar.db.alpha)
|
||||||
E:EnableMover(bar.mover:GetName())
|
E:EnableMover(bar.mover:GetName())
|
||||||
|
bar:SetPoint("CENTER", 0, 0)
|
||||||
else
|
else
|
||||||
bar:SetScale(0.0001)
|
bar:SetScale(0.0001)
|
||||||
bar:SetAlpha(0)
|
bar:SetAlpha(0)
|
||||||
|
|||||||
@@ -255,7 +255,7 @@ function M:START_LOOT_ROLL(_, rollID, time)
|
|||||||
f.need:SetText(0)
|
f.need:SetText(0)
|
||||||
f.greed:SetText(0)
|
f.greed:SetText(0)
|
||||||
f.pass:SetText(0)
|
f.pass:SetText(0)
|
||||||
|
|
||||||
local texture, name, count, quality, bindOnPickUp = GetLootRollItemInfo(rollID)
|
local texture, name, count, quality, bindOnPickUp = GetLootRollItemInfo(rollID)
|
||||||
f.button.icon:SetTexture(texture)
|
f.button.icon:SetTexture(texture)
|
||||||
f.button.link = GetLootRollItemLink(rollID)
|
f.button.link = GetLootRollItemLink(rollID)
|
||||||
|
|||||||
Reference in New Issue
Block a user