fix auras not showing

This commit is contained in:
Sumsebrum 2022-01-12 16:09:47 +01:00
parent b351bd9c23
commit 61e49ffb8c

View File

@ -430,8 +430,8 @@ function Auras:JOINED_ARENA()
self.frames[unit].active = false
self:AURA_FADE(unit, AURA_TYPE_DEBUFF)
self:AURA_FADE(unit, AURA_TYPE_BUFF)
self.frames[unit].frame:Show()
self.frames[unit].interruptFrame.frame:Show()
self.frames[unit]:Show()
self.frames[unit].interruptFrame:Show()
end
end