Fearl Druid [alpha] - precombat bugs
Darkmoded opened this issue · 3 comments
Regrowth is allways returns true: when talented with bloodtalons –
needs >> and not Player:Buff(S.BloodtalonsBuff)
Cat form called when in Cat form:
Player:BuffDownP(S.CatForm) returns true while in cat form.
There is a bug/Problem with BuffDownP out of combat?
not Player:Buff(S.CatForm) <<< works!
Prowl shown when prowling:
Player:BuffDownP(S.Prowl) should be using S.ProwlBuff + BuffDownP bug?
not Player:Buff(S.ProwlBuff ) <<< works!
The rotation works good BTW!
Cheers
Precombat regrowth fixed in 5ca8451
Other two are not issues, tested ingame. Buff checks are already corrected in overrides.
Thanks for the report.