Skip to content

Commit

Permalink
might be safer than prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Repooc committed Aug 7, 2024
1 parent e9035dd commit ab98ee0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ElvUI/Core/Modules/Nameplates/Nameplates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -957,9 +957,8 @@ 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()
if ClassNameplateBrewmasterBarFrame then -- Monk Stagger Bar (Might be for other classes?)
ClassNameplateBrewmasterBarFrame:Hide()
end
if frame.classNamePlatePowerBar then
frame.classNamePlatePowerBar:Hide()
Expand Down

0 comments on commit ab98ee0

Please sign in to comment.