View Single Post
10-20-10, 03:34 PM   #15
Dessembrae
A Fallenroot Satyr
 
Dessembrae's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 29
Either way it's no biggy.
The single line and the few lines provided by forever does what I wanted.
Hide those hideous blizz frames:
Code:
oUF:DisableBlizzard('party')
CompactRaidFrameManager:UnregisterAllEvents()
CompactRaidFrameManager:Hide()
CompactRaidFrameContainer:UnregisterEvent("RAID_ROSTER_UPDATE")
CompactRaidFrameContainer:UnregisterEvent("UNIT_PET")
CompactRaidFrameContainer:Hide()
__________________
Dessembrae knows the sorrows in our souls.
He walks at the side of each mortal,
a vessel of regret on the fires of vengeance.
Dessembrae knows the sorrows,
and would now share them with us all.
  Reply With Quote