WoWInterface SVN KharthussHunterTimers

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 65 to Rev 66
    Reverse comparison

Rev 65 → Rev 66

trunk/KHunterTimers/KHunterTimers.toc
1,7 → 1,7
## Interface: 90100
## Title: Kharthus's Hunter Timers
## Notes: Times hunter buffs/debuffs
## Version: 4.4.3
## Version: 4.4.4
## DefaultState: Enabled
## LoadOnDemand: 0
## SavedVariables: KHTvars
trunk/KHunterTimers/KHunterTimers.lua
1241,7 → 1241,7
end
if( KHTvars["skills"][KHT_COMMON] ) then
if( KHTvars["skills"][KHT_ASPECT_CHEETAH] and spellName == KHT_ASPECT_CHEETAH and spellId == 186257 ) then
KHunterTimersFrame_add( 3000, spellName, spellId )
KHunterTimersFrame_add( 5000, spellName, spellId )
elseif( KHTvars["skills"][KHT_ASPECT_CHEETAH] and spellName == KHT_ASPECT_CHEETAH and spellId == 186258 ) then
KHunterTimersFrame_add( 9000, spellName, spellId )
elseif( KHTvars["skills"][KHT_ASPECT_TURTLE] and spellName == KHT_ASPECT_TURTLE ) then
trunk/KHunterTimers/version history.txt
1,4 → 1,6
Version History
v4.4.4
- Aspect of the Cheetah updated to 5 seconds
v4.4.3
- TOC update for 9.1 patch
v4.4.2