r20141022160717

Details

  • Filename
    LibCooldownTracker-1.0-r20141022160717.zip
  • Uploaded by
  • Uploaded
    Oct 22, 2014
  • Size
    28.27 KB
  • Downloads
    358
  • MD5
    10b4586ce88988dc930e82b5ade9163d

Supported WoW Retail Versions

  • 5.4.8

Changelog

slaren:
    - More fixes
Frederik Kunstner:
    - Fix paladin Seraphim/Beacon of insight id switch
    - Bug fixes
slaren:
    - Small fixes
Frederik Kunstner:
    - Update druid talents and spells
    - Update hunter talents and spells
    - Update shaman talents and spells
    - Update warlock talents and spells
    Havoc is set at 25s even though at level 100 it will be 20s.
    - Update monk talents and spells
    - Update priest talents and spells
    - Update paladin talents and spells
    - Update warrior talents and spells
    - Add a replace statement for deathknight's defile
    - Update mage talents and spells
    - Update rogue talents and spells
    - Update items
    - Update racials
    - Update deathknight talents
    - Update deathknight spells
slaren:
    - better debug messages
    - monk: added dematerialize (untested)
    - priest: updated spirit shell duration
    - updated for 5.4
    - bumped version
    - shaman: updated thunderstorm cooldown to reflect the pvp set bonus
    - mage: added remove curse
    - druid: added survival instincts to feral
    - druid: added feral cyclone
    - monk: added support for chii torpedo (shown as roll)
    - hunter: removed feign death (can't be detected anyway)
    - druid: added heart of the wild spellids for the specs
    - warlock: added observer spells, more spellids for spell lock
    - updated for 5.3
    - druid: fixed some spells that have different spellids in different specs or forms
    - bumping minor version
    - warlock: added conflagrate, hand of gul'dan
    - warrior: added support for double time (2 charges on charge)
    - priest: added angelic feather, fixed phantasm duration
    - paladin: added support for clemency (2 charges on hands)
    - monk: added roll
    - druid: fixed skull bash, added savage defense
    - added support for spells with charges (roll, paladin hands)
    - added symbiosis spells
    - shaman: made purify spirit replace cleanse spirit
    - rogue: fixed cheat death
    - warlock: added demonic circle: teleport, reduced unending resolve cooldown to account for the set bonus
    - hunter: reduced cds of traps and black arrow to account for the set bonus
    - druid: reduced swiftmend cooldown to account for the set bonus
    - mage: changed counterspell cooldown to 20 seconds to properly account for the set bonus
    - commented heroisms for now
    - added dk cooldowns
    - rogue: added marked for death
    - warlock: added carrion swarm
    - shaman: added shamanistic rage to elemental
    - monk: added ring of peace
    - paladin: fixed guardian of ancient kings/protection not having the proper specID
    - added healthstone
    - added warlock cooldowns
    - hunter: added list of spells that readiness resets
    - added hunter cooldowns
    - generate and use lookup tables for IterateCooldowns, making it much faster
    - several cooldowns updated
    - fixed typo that prevented the warrior cooldowns from loading
    - paladin: added Blinding Light
    - more doc formatting changes
    - trying different formatting for the doc
    - added some documentation, normalized some data, fixed some problems
    - moved state to the library table to make upgrades possible
    - prefixed event names with LCT_
    - moved the data to different files for each class, races and items
    - fixed typo
    - removed debug prints
    - initial commit