Skip to content

Commit

Permalink
Merge pull request #814 from Malivil/master
Browse files Browse the repository at this point in the history
Fixed void storage being unusable
  • Loading branch information
Tercioo authored Aug 19, 2024
2 parents a064b32 + 6fa17fb commit 136d102
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 136d102

Please sign in to comment.