Skip to content

Commit

Permalink
Fix TotemBar button position
Browse files Browse the repository at this point in the history
  • Loading branch information
Allez committed Feb 20, 2012
1 parent bdbd321 commit dedcf18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions elements/actionbars/totemBar.lua
Expand Up @@ -19,6 +19,11 @@ if MultiCastActionBarFrame then
actionbutton:SetAllPoints(actionbutton.slotButton)
end
end)
hooksecurefunc("MultiCastSummonSpellButton_Update", function(self)
if not InCombatLockdown() then
SetButtons(bar)
end
end)
local index = 1
for i = 1, NUM_MULTI_CAST_PAGES do
for j = 1, NUM_MULTI_CAST_BUTTONS_PER_PAGE do
Expand Down

0 comments on commit dedcf18

Please sign in to comment.