Hekili Priority Helper

Hekili Priority Helper

44M Downloads

[REC] Incorrect last_bloodtalons_proc value

ChrisKader opened this issue ยท 1 comments

commented

Before You Begin

  • I confirm that I have downloaded the latest version of the addon.
  • I am not playing on a private server.
  • I checked for an existing, open ticket for this issue and was not able to find one.
  • I edited the title of this issue (above) so that it describes the issue I am reporting.
  • I am reporting an issue with the default priority included with the specialization (imported or edited priorities are not supported).

Describe the Issue

The SPELL_AURA_APPLIED subevent is triggered when swapping forms while the "Bloodtalons" buff is active. As a result, last_bloodtalons_proc is updated with the current time, even though that is not the correct value.

How to Reproduce

  1. Ensure the "Bloodtalons" talent is enabled.
  2. Proc the buff.
  3. Swap out of cat form into another form, such as Travel Form.

Snapshot (Link)

n/a

Raidbots Sim Report (Link)

No response

Additional Information

Recommend checking for the "SPELL_AURA_APPLIED" subevent and then checking to see if the Bloodtalons buff is up. If the buff is up, do not update last_bloodtalons_proc.

Contact Information

No response

commented

The buff will be up, though, if SPELL_AURA_APPLIED is fired. I could check whether the number of stacks has increased, though.