View Single Post
11-19-15, 05:52 PM   #2
Gethe
RealUI Developer
 
Gethe's Avatar
Premium Member
Featured
Join Date: Sep 2008
Posts: 942
It seems I forgot to add the visibility options for the class bars... /sigh

Paste this into chat and let me know if it helps.
Code:
/run local e = RealUI:GetModule("ClassResource_EclipseBar"); e.db.visibility.showPvE = true;
ps: full visibility options are:
showCombat - default: true
showHostile - default: true
showPvP - default: true
showPvE - default: false
__________________
Knowledge = Power; Be OP


Last edited by Gethe : 11-19-15 at 05:55 PM.
  Reply With Quote