Thread: Unembedding oUF
View Single Post
10-19-17, 08:15 PM   #2
Tim
A Rage Talon Dragon Guard
 
Tim's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 309
When people embed oUF all they are doing is copying the entire addon minus the .toc file and placing it within their addon and then adding the files to their toc file so oUF will load. All you would need to do is delete this folder and then add the following line to your .toc file.

Code:
## RequiredDeps: oUF
  Reply With Quote