Skip to content

Commit

Permalink
should hide brewmaster stagger bar properly now
Browse files Browse the repository at this point in the history
  • Loading branch information
Repooc committed Aug 7, 2024
1 parent 5f7bb21 commit e9035dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ElvUI/Core/Modules/Nameplates/Nameplates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,10 @@ function NP:Initialize()
if frame.classNamePlateMechanicFrame then
frame.classNamePlateMechanicFrame:Hide()
end
if frame.classNamePlateAlternatePowerBar then -- Monk Stagger Bar (Might be for other classes?)
frame.classNamePlateAlternatePowerBar:Hide()
frame.classNamePlateAlternatePowerBar:UnregisterAllEvents()
end
if frame.classNamePlatePowerBar then
frame.classNamePlatePowerBar:Hide()
frame.classNamePlatePowerBar:UnregisterAllEvents()
Expand Down

0 comments on commit e9035dd

Please sign in to comment.