Skip to content

Commit

Permalink
raid: fix buff icon removal
Browse files Browse the repository at this point in the history
  • Loading branch information
shagu committed Nov 24, 2016
1 parent b96c9ff commit d8efc22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/raid.lua
Expand Up @@ -158,13 +158,13 @@ pfUI:RegisterModule("raid", function ()
for pos, icon in pairs(active) do
pfUI.uf.raid:AddIcon(this, pos, icon)
end

-- hide unued icon slots
for pos=table.getn(active)+1, 6 do
pfUI.uf.raid:HideIcon(this, pos)
end
end
end

-- hide unued icon slots
for pos=table.getn(active)+1, 6 do
pfUI.uf.raid:HideIcon(this, pos)
end
end

_, class = UnitClass("raid"..unit.id)
Expand Down

0 comments on commit d8efc22

Please sign in to comment.