2.4.17-6-g57508e0-alpha

Details

  • Filename
    WeakAuras-2.4.17-6-g57508e0-alpha.zip
  • Uploaded by
  • Uploaded
    Aug 21, 2017
  • Size
    3.41 MB
  • Downloads
    3,617
  • MD5
    48910b3e001c5bbbc582a05b641c15a6

Supported WoW Retail Versions

  • 7.2.5

Changelog

Changes since tag 2.4.17

commit 57508e05c5e1dad62fbf58414e7e6665eb0e8bf0
Author: Infus <[email protected]>
Date:   Mon Aug 21 17:51:10 2017 +0200

    Fix IsSpellKnown trigger for pet spells

    Some doofus broke it, when he added IsPlayerSpell

    Ticket-Nr: 1028

commit 984649189776bae39b21880b2c34c66847d82805
Author: Infus <[email protected]>
Date:   Sun Aug 20 12:59:36 2017 +0200

    Show the current Zone ID as a tooltip in the load options

commit ac9151d5b2fd71540ee0bcc5618a0cb7825620c6
Author: Infus <[email protected]>
Date:   Sun Aug 20 12:43:11 2017 +0200

    Prevent aurabar's foreground to be sized too small

    Ticket-Nr: 1022
    Ticket-Nr: 1026

commit 43c3d03e00ef4d9eff577ca9ac86ae348e7ce2c5
Author: Infus <[email protected]>
Date:   Sun Aug 20 12:40:30 2017 +0200

    Fix text replacements of 2 character long strings

    Ticket-Nr: 1027

commit d69556c17f5dac0fb8b5b34fd8a422c375e01336
Author: Infus <[email protected]>
Date:   Sun Aug 20 12:29:51 2017 +0200

    Add GROUP_ROSTER_UPDATE event for watching specific units

    As that can affect whether a unit such as party1 exists

    Ticket-Nr: 1026

commit ee22b74355b3a2e26ec6f3eb7c8a586cb968045d
Author: Infus <[email protected]>
Date:   Sun Aug 20 12:22:28 2017 +0200

    BuffTrigger: Fix Bufftrigger with multiple auras

    On interating over all buffs, don't directly update the aura_object.
    (Which is our tracks which group members have a buff.)

    Instead just figure out the "best" match. And update the aura_object
    afterwards.

    For consistency apply the same "best" match logic also to non-group
    auras.

    Github Issue: 263
    Ticket-Nr: 322