Fix aura table on retail faceplam

pull/1/head
4n0n 2 years ago
parent 2413d15d39
commit 3215f0c0c2
  1. 4
      src/AuraTable/AuraTable.lua

@ -28,8 +28,8 @@ function AuraTable:New(unit)
return self
end
function AuraTable:OnUpdate(a)
if not a then
function AuraTable:OnUpdate(auras)
if not auras then
self:Update()
return
end

Loading…
Cancel
Save