What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Paladin Proc - Divine Purpose missing ?

supersurfer

Community Developer
Joined
Mar 16, 2010
Messages
88
Reaction score
0
hi everyone,

i am trying to detect the retribution proc divine purpose without any luck.
i tried

if (Me.Auras.ContainsKey("Divine Purpose"))

if (Me.HasAura("Divine Purpose"))

if (Me.ActiveAuras.ContainsKey("Divine Purpose"))

nothing worked. Has anybody a idea how i can detect "Divine Purpose" in my CC ?

Thanks,
surfer
 
Back
Top