View Single Post
11-08-14, 09:17 AM   #17
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Originally Posted by lightspark View Post
K then, why do you have this line
Lua Code:
  1. if AftermathhUI.ouf.repbar == false then return end
inside of oUF_Exp.lua, though it's related to reputation bar...

BTW, same story with repbar plugin, you check if expbar is enabled...
It's a typo i did wrong there obliviously it's supposed to be

Lua Code:
  1. if AftermathhUI.ouf.expbar == false then return end

Like i said they are both working and enabled when i tested them, just not the tagging for the exp bar.

EDIT //

I guess that changed made the trick, it works now

Anyway the bossframes still dont update.

Last edited by Aftermathhqt : 11-08-14 at 09:37 AM.
  Reply With Quote