fix: anchor VanityBuffs reset fallback to UIParent, not the hidden mover

This commit is contained in:
Florian Andrew George Berthold 2026-06-10 02:14:41 +02:00
parent f8719d17b2
commit 779ca0cd9e

View file

@ -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()