View Single Post
09-04-12, 10:05 PM   #6
Unkn
Premium Member
 
Unkn's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 258
MiRai the Vigilance tag is in the lib.lua.
Somewhere around 1370 if I remember correctly for the oUF_Karma lib.lua
Its part of the auras setup for aurawatch. The error isn't helpful in finding it. I just had to search through the files to find it.

It looks like this:
Code:
WARRIOR = {
   50720, --Vigilance
},
I just pulled the line out with the vigilance spellid. And problem solved.
Code:
WARRIOR = {
},
__________________
"I'm very feminine. And I'll beat the crap out of ANYONE who disagrees!"

Last edited by Unkn : 09-04-12 at 10:06 PM. Reason: PS. I'm a girl :)
  Reply With Quote