View Single Post
06-24-14, 06:53 AM   #4
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
HideRaidFrame is one of the culprits.

If you did what Phanx said and removed any addons that actively disable it, you can run this script to enable the Raid Frames (and Raid Profiles)
Code:
/run for _, v in ipairs({"Blizzard_CompactRaidFrames", "Blizzard_CUFProfiles"}) do EnableAddOn(v) end ReloadUI()

Originally Posted by Kaleesh View Post
even if I disable all addons, and there isn't a single unitframes addon that will get them to show.
Disabling all addons wouldn't really help. Already disabled addons stay disabled, including the Blizzard_CompactRaidFrames addon.


Originally Posted by Kaleesh View Post
I'm not really game for destroying my entire WTF folder. Someone told me doing so might fix it, but I'd like to know if there's just one particular file in my WTF folder I can delete instead of the whole shebang.
The addon list is saved in AddOns.txt per character somewhere in the WTF. If you delete those, the Blizzard addons should be enabled again.

Last edited by Ketho : 06-24-14 at 05:59 PM.
  Reply With Quote