BigDebuffs

BigDebuffs

18M Downloads

broken on today patch

memo0704 opened this issue ยท 3 comments

commented

Addon broken on today patch 11.0.2

commented

194x BigDebuffs/BigDebuffs.lua:1691: Usage: SpellGetVisibilityInfo(spellID, "visType")
[string "=[C]"]: in function SpellGetVisibilityInfo' [string "@BigDebuffs/BigDebuffs.lua"]:1691: in function <BigDebuffs/BigDebuffs.lua:1688> [string "@BigDebuffs/BigDebuffs.lua"]:1776: in function <BigDebuffs/BigDebuffs.lua:1702> [string "=[C]"]: in function CompactUnitFrame_UpdateDebuffs'
[string "@Blizzard_UnitFrame/Classic/CompactUnitFrame.lua"]:607: in function `CompactUnitFrame_UpdateAuras'
[string "@Blizzard_UnitFrame/Classic/CompactUnitFrame.lua"]:106: in function <...dOns/Blizzard_UnitFrame/Classic/CompactUnitFrame.lua:59>

Locals:
(*temporary) = nil
(*temporary) = "RAID_INCOMBAT

commented

spellId is nil because the UnitDebuff call is returning a single object - a table. Looks like the UnitDebuffTest function is being substituted in. I think that's the only way you'd get a table as the return value.

Edit: Nevermind, just missing a AuraUtil.UnpackAuraData call

commented

Thanks