View Single Post
01-20-18, 07:04 AM   #2
haste
Featured Artist
 
haste's Avatar
Premium Member
Featured
Join Date: Dec 2005
Posts: 1,027
Single unit frames are handled by the SecureStateDriveManager. Just unregister the frame and it should let you override it:
Lua Code:
  1. UnregisterUnitWatch(frame)

You can also use oUF's own API for it:
Lua Code:
  1. frame:Disable()

It's the same as just calling UnregisterUnitWatch, but it also calls frame:Hide().
__________________
「貴方は1人じゃないよ」
  Reply With Quote