Thread: Recount
View Single Post
06-22-13, 01:35 PM   #10
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
Aha... I think I know what you can do to fix it .. simply add the following block of code in the same place as the code I suggested to add before

Code:
		
-- Disable the built in Recount plugin	
if ( nUI_InfoPanels[nUI_INFOPANEL_OMEN3RECOUNT] ) then
	nUI_InfoPanels[nUI_INFOPANEL_OMEN3RECOUNT].enabled = false;
end
This will disable the dualstats plugin addon and make omen a standalone infopanel as that is a built in plugin and with the code I added before disable the recount built in plugin.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818