View Single Post
08-16-19, 01:40 PM   #2
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 323
Lua Code:
  1. BuffFrame:ClearAllPoints()
  2. BuffFrame:SetPoint("CENTER", UIParent, "CENTER", 0, 0)

works for me without any errors.

Just SetUserPlaced(true) is not possible for BuffFrame. But also not necessary (?).
  Reply With Quote