Thread Tools Display Modes
10-24-16, 12:51 PM   #1
sakurakira
A Chromatic Dragonspawn
 
sakurakira's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 151
Hiding the stance bar

I did the whole Dominos thing for many years, but now I just prefer to use the default Blizzard bars with some graphic replacements.

I would like a way to hide the stance bar. I main as a shadow priest and the shadow toggle is coming back in 7.1, including the stance button. I don't want it there. Is there any way to hide this? The other addons I've found don't seem to be working with Legion.
__________________
Arise, my champion!
  Reply With Quote
10-25-16, 10:38 AM   #2
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 163
Code:
hooksecurefunc(StanceBarFrame,"Show",function(self)
        self:Hide()
    end)
This should work
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Hiding the stance bar


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off