wownerds
New Member
- Joined
- Feb 15, 2011
- Messages
- 1,385
- Reaction score
- 30
Hey there,
I came across a strange bug. Me.HasAura("") has always worked fine for me, but it does not seem to check for "Bloodsurge", but seems to return true in any case.
The CC keeps casting Slam, although it should check for BS beforehand.
Any suggestions?
Thanks in advance!
I came across a strange bug. Me.HasAura("") has always worked fine for me, but it does not seem to check for "Bloodsurge", but seems to return true in any case.
Code:
CreateSpellCheckAndCast("Slam", ret => DunatanksSettings.Instance.useFury == true && DunatanksSettings.Instance.useTG && StyxWoW.Me.HasAura("Bloodsurge") && StyxWoW.Me.CurrentTarget.HealthPercent >= 20 && detectAdds().Count == 1),
The CC keeps casting Slam, although it should check for BS beforehand.
Any suggestions?
Thanks in advance!