Skip to content

Commit

Permalink
Fixed void storage being unusable
Browse files Browse the repository at this point in the history
  • Loading branch information
Malivil authored Aug 18, 2024
1 parent 6de6be1 commit 6fa17fb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion startup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,16 @@ function Details222.StartUp.StartMeUp()
end)
GarrisonMissionTutorialFrame:Hide()
end
if (addOnName == "Blizzard_VoidStorageUI") then
VoidStorageBorderFrameMouseBlockFrame:HookScript("OnShow", function(self)
VoidStorageBorderFrameMouseBlockFrame:Hide();
VoidStoragePurchaseFrame:Hide();
VoidStorageBorderFrame.Bg:Hide();
end)
VoidStorageBorderFrameMouseBlockFrame:Hide();
VoidStoragePurchaseFrame:Hide();
VoidStorageBorderFrame.Bg:Hide();
end
end)
end

Expand Down Expand Up @@ -755,4 +765,4 @@ end

end

Details.AddOnLoadFilesTime = _G.GetTime()
Details.AddOnLoadFilesTime = _G.GetTime()

0 comments on commit 6fa17fb

Please sign in to comment.