2.2.0.6

Details

  • Filename
    WeakAuras-2.2.0.6.zip
  • Uploaded by
  • Uploaded
    Jul 22, 2016
  • Size
    3.44 MB
  • Downloads
    157,849
  • MD5
    18a42dacdab06dff69e2257033e08df0

Supported WoW Retail Versions

  • 7.0.3

Changelog

tag 2.2.0.6
1412a04227d47e9567b217c87b636ab3919060f5
Benjamin Staneck <staneck@gmail.com>
2016-07-22 16:10:01 +0200

--------------------

Infus:
    - Treat GCD correctly
    So the basic logic is:
    
    If we have a duration > 0 and it's different from the gcd, we have
    a genuine cooldown.
    
    If we either have a duration of 0, or equal to the gcd, the ability
    could have reset its cooldown.
    
    If the old cooldown was already less than the gcd, we don't want
    to reset it to 0 though.
    
    Ticket-Nr: 613
    - Fix region.state.trigger for additional triggers
    Which caused a bug where additional triggers showed no tooltip.
    
    Ticket-Nr: 615
    - Fix that using templates would break Duplicate for that aura
    The DisplayButtons save a reference to the table for the aura,
    so for existing auras we need to modify it directly.
    
    We don't need to a DeepCopy of this table anyway.
    - Entering Obliteration in any spell input would uppercase it
    Reported on Ticket 584
    - Fix Texture functions no longer working
    Regression introduced in the trigger state patch.
    Patch by ChrisEater
    
    Ticket-Nr: 607
    - Templates: Correct various small errors
    - Add Light of the Protector for Protection Paladins
    - Fix multi auras that are created via combat log
    Ticket-Nr: 596
Benjamin Staneck:
    - again
    - fix an error with Ignore RuneCD