Skip to content

Commit

Permalink
Fix Issues With Dominos Action Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Oct 14, 2024
1 parent d08d30b commit 823468f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Buttons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,8 @@ function MaxDps:FetchDiabolic()
end

function MaxDps:FetchDominos()
-- Dominos is using half of the blizzard frames so we just fetch the missing one

for i = 1, 168 do
local button = _G['DominosActionButton' .. i]
local _,dominosButtons = Dominos.ActionButtons:GetAll()
for button in pairs(dominosButtons) do
if button and not button.GetPagedID and button.id then
button.GetPagedID = function ()
return button.id
Expand Down

0 comments on commit 823468f

Please sign in to comment.