Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Jun 11, 2019
1 parent b481b09 commit 6ccb261
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions oUF_ClassicAuraDurations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@ local function prehook_PostUpdateIcon(element)
end

local function hook(frame)
frame.SmoothBar = SmoothBar
if frame.Buffs then
if frame.Buffs.PostUpdateIcon then
if frame.Buffs then
prehook_PostUpdateIcon(frame.Buffs)
end
end
if frame.Debuffs then
if frame.Debuffs.PostUpdateIcon then
if frame.Debuffs then
prehook_PostUpdateIcon(frame.Debuffs)
end
end
Expand Down

0 comments on commit 6ccb261

Please sign in to comment.