diff --git a/MoveAnything/MoveAnythingVirtualMovers.xml b/MoveAnything/MoveAnythingVirtualMovers.xml index 071aa64..7e86091 100644 --- a/MoveAnything/MoveAnythingVirtualMovers.xml +++ b/MoveAnything/MoveAnythingVirtualMovers.xml @@ -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()