View Single Post
10-08-11, 04:13 PM   #8
Unkn
Premium Member
 
Unkn's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 258
Okay well doing a little research...

Glyph of Hemmorrhage ... the spell from this glyph is actually spell id 56807.


Try...

lua Code:
  1. -- Hemo
  2.     self:NewSpell({
  3.         spellID = 56807,
  4.         debuff = {56807, 35290,50271,30070,16511,33878,33876},
  5.         unique = true,
  6.         refreshable = true,
  7.         requiredTree = 3,
  8.         requiredLevel = 29,
  9.     })

That might make a difference. If not I can try something else.
__________________
"I'm very feminine. And I'll beat the crap out of ANYONE who disagrees!"

Last edited by Unkn : 10-08-11 at 04:23 PM.
  Reply With Quote