fix: anchor VanityBuffs reset fallback to UIParent, not the hidden mover
This commit is contained in:
parent
f8719d17b2
commit
779ca0cd9e
1 changed files with 1 additions and 1 deletions
|
|
@ -1514,7 +1514,7 @@
|
|||
local vanityBuffs = _G["VanityBuffs"]
|
||||
if vanityBuffs then
|
||||
MovAny:UnlockPoint(vanityBuffs)
|
||||
vanityBuffs:SetPoint("TOPRIGHT", consolidatedBuffs or self, "TOPRIGHT", -6, 0)
|
||||
vanityBuffs:SetPoint("TOPRIGHT", consolidatedBuffs or UIParent, "TOPRIGHT", -6, 0)
|
||||
end
|
||||
|
||||
self:Hide()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue