diff --git a/modules/turtle-wow.lua b/modules/turtle-wow.lua index 3fa43a61..51d3ccee 100644 --- a/modules/turtle-wow.lua +++ b/modules/turtle-wow.lua @@ -62,7 +62,7 @@ pfUI:RegisterModule("turtle-wow", "vanilla", function () this:Hide() -- correct positions of new game menu layout - if GameMenuButtonShop then + if GameMenuButtonShop and (GameMenuButtonPFUI or GameMenuButtonPFUIAddOns) then -- calculate new offset for the shop button local offset = 0 local offset = GameMenuButtonPFUI and offset + 22 or offset