I'm trying to run the following line in a Frost DK cc
Spell.Cast("Frost Strike", ret => StyxWoW.Me.HasAura("Killing Machine")),
and find it is casting Frost Strike every time I have enough runic power regardless of whether Killing Machine is up. Are there any known issues or tricks to get HasAura working or with the Killing Machine aura? Any ideas would be much appreciated.
Spell.Cast("Frost Strike", ret => StyxWoW.Me.HasAura("Killing Machine")),
and find it is casting Frost Strike every time I have enough runic power regardless of whether Killing Machine is up. Are there any known issues or tricks to get HasAura working or with the Killing Machine aura? Any ideas would be much appreciated.