1.6

Details

  • Filename
    LibDispellable-1.0-1.6.zip
  • Uploaded by
  • Uploaded
    Nov 18, 2013
  • Size
    6.49 KB
  • Downloads
    407
  • MD5
    f087e8713ee3574e504ca944f170d555

Supported WoW Retail Versions

  • 5.4.1

Changelog

tag 1.6
804bbbb791eb1669582ed5d7e2e64baff2218fec
Adirelle <adirelle@gmail.com>
2013-11-18 18:36:36 +0100

Tagging as 1.6.

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

Adirelle:
    - Fixed "offensive" field error with hunters.
    - Fixed an error with Nature's Cure.
    - Fixed BC break.
    - Manual minor bump.
    As a real developer, as nevcariel told me to do. ;-)
    - Added a third parameter to IterateDispellableAuras, that allows to iterate through all dispellable auras regardless of player abilities.
    - Do no recreate a new .spell table on every upgrade.
    - Use .buff and .debuff internal tables instead of .offensive, .tranquilize and .defensive.
    This far more simple to handle.
    - Merged specialIDs and enrageEffectID tables, since they had the same purpose.
    - Added spells given to druid by symbiosis: cleanse and purge.
    - Minor bump.
    - Reduced copy-pasta in internals, no API changes.
    - Added :IsDispellable and :GetDispelSpell.
    - Added two new methods: :HasDispell and :IterateDispelSpells.