Skip to content

Commit

Permalink
Update for Cataclysm character panel changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Apr 30, 2024
1 parent 0da6ff2 commit 1c30608
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Windows/ServerWindow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
<OnLoad>
self.selectedTextY = 4;
self:SetFrameLevel(self:GetFrameLevel() + 4);
if LootReserve:GetCurrentExpansion() >= 3 then
self.LeftDisabled:SetSize(20, 64);
self.MiddleDisabled:SetSize(88, 64);
self.RightDisabled:SetSize(20, 64);
end
self:RegisterEvent("DISPLAY_SIZE_CHANGED");
</OnLoad>
<OnEvent>
Expand Down

0 comments on commit 1c30608

Please sign in to comment.