mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-25 17:16:02 +00:00
roll: hook function in global space
This commit is contained in:
+1
-1
@@ -143,7 +143,7 @@ pfUI:RegisterModule("roll", function ()
|
||||
end
|
||||
end)
|
||||
|
||||
function GroupLootFrame_OpenNewFrame(id, rollTime)
|
||||
function _G.GroupLootFrame_OpenNewFrame(id, rollTime)
|
||||
for i=1,4 do
|
||||
if not pfUI.roll.frames[i]:IsVisible() then
|
||||
pfUI.roll.frames[i].rollID = id
|
||||
|
||||
Reference in New Issue
Block a user