Buff Timers

Buff Timers

1M Downloads

Retail Debuffs do not appear to get formatted

ljosberinn opened this issue ยท 1 comments

commented

Noticed last night, Lust/Sated debuff stays unformatted. Buff timers work fine however.

commented
local function onAuraDurationUpdate(aura, time)
    local duration = IsRetail and aura.Duration or aura.duration

    if aura.auraType ~= "Buff" and aura.auraType ~= "TempEnchant" then
        for k,v in pairs(aura) do print(k,v) end
    end

buffs and temp enchants get updated just fine, debuffs dont. investigating further