| |
BonusActionBarFrame.xml
line 67, first texture
<Texture name="BonusActionBarTexture0" file="Interface\MainMenuBar\UI-MainMenuBar-Dwarf">
line 76, second texture
<Texture file="Interface\MainMenuBar\UI-MainMenuBar-Dwarf">
See, it has no name. During beta I used the FrameXML to overwrite the file just to give it a name. For retail I now completly remake the BonusActionBar, and hide the origional so this one texture can have a name.
I would be ever so grateful if you could change that to:
<Texture name="BonusActionBarTexture1" file="Interface\MainMenuBar\UI-MainMenuBar-Dwarf">
|