Skip to content

Commit

Permalink
Merge branch 'release/3.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
kaytotes committed Jun 8, 2021
2 parents c3fd125 + 1f21e9f commit dece3a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Improved Blizzard UI Changelog

3.4.1 - Disabled Party Frames in TBC.
3.4.0 - The Burning Crusade Classic Support
3.3.1 - More Focus Frame Improvements.
3.3.0 - Added Great Vault option to the micro menu.
Expand Down
2 changes: 1 addition & 1 deletion modules/frames/party.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end
]]
function ImpUI_Party:LoadPosition()
-- Known issues moving party frames in retail.
if (Helpers.IsRetail()) then return end
if (Helpers.IsRetail() || Helpers.IsTBC()) then return end

local pos = ImpUI.db.profile.partyFramePosition;
local scale = ImpUI.db.profile.partyFrameScale;
Expand Down

0 comments on commit dece3a0

Please sign in to comment.