Fix: backported handling of oUF_RaidDebuffs plugin and BuffIndicator module to adhere to 1.12 API

This commit is contained in:
Bluewhale1337
2026-07-26 10:55:35 +02:00
parent 8b5e42d4df
commit 822f2301cb
3 changed files with 9 additions and 11 deletions
@@ -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