Ebon Might bar overlapping personal resource bar
bunster opened this issue ยท 4 comments
Yeah have the same issue sometimes also with brew default stagger bar also overlapping... Any solutions?
I was able to duct tape fix this by making an addon with the following in its init code (or you could also add it to any existing addon):
ClassNameplateEbonMightBarFrame:UnregisterAllEvents()
ClassNameplateEbonMightBarFrame:HookScript("OnShow", ClassNameplateEbonMightBarFrame.Hide)
ClassNameplateEbonMightBarFrame:Hide()
I was able to duct tape fix this by making an addon with the following in its init code (or you could also add it to any existing addon):
ClassNameplateEbonMightBarFrame:UnregisterAllEvents() ClassNameplateEbonMightBarFrame:HookScript("OnShow", ClassNameplateEbonMightBarFrame.Hide) ClassNameplateEbonMightBarFrame:Hide()
i'm guessing you used notepad and just inserted those lines and saved it right? where exactly did you place them?