mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Fix: backported handling of oUF_RaidDebuffs plugin and BuffIndicator module to adhere to 1.12 API
This commit is contained in:
@@ -111,7 +111,8 @@ function UF:UpdateAuraWatch(frame, petOverride, db)
|
||||
|
||||
for i = 1, getn(buffs) do
|
||||
if buffs[i].id then
|
||||
local name, _, image = UnitBuff(frame.unit, buffs[i].id)
|
||||
local image, count = UnitBuff(frame.unit, buffs[i].id)
|
||||
local name = image
|
||||
if name then
|
||||
local icon
|
||||
if not auras.icons[buffs[i].id] then
|
||||
|
||||
Reference in New Issue
Block a user