Skip to content

Commit

Permalink
thirdparty: remove breaking MacroExtender function
Browse files Browse the repository at this point in the history
  • Loading branch information
shagu committed Jan 17, 2025
1 parent 427461a commit 81f34bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/thirdparty-vanilla.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ pfUI:RegisterModule("thirdparty-vanilla", "vanilla", function()
-- because it only attempts to add rarity borders which pfUI already does.

-- make sure strata won't get touched again
PaperDollHook = function() return end
_G.PaperDollHook = function() return end

-- restore original frame strata
PaperDollFrame:SetFrameStrata("DIALOG")
Expand Down

0 comments on commit 81f34bd

Please sign in to comment.