WoWInterface SVN KharthussHunterTimers

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 46 to Rev 47
    Reverse comparison

Rev 46 → Rev 47

KHunterTimers/KHunterTimers.toc
1,7 → 1,7
## Interface: 60000
## Interface: 60100
## Title: Kharthus's Hunter Timers
## Notes: Times hunter buffs/debuffs
## Version: 3.7.4
## Version: 3.7.5
## DefaultState: Enabled
## LoadOnDemand: 0
## SavedVariables: KHTvars
KHunterTimers/KHunterTimers.lua
1183,7 → 1183,7
elseif( KHTvars["skills"][KHT_MEND_PET] and spellName == KHT_MEND_PET ) then
KHunterTimersFrame_add( 10000, spellName, spellId );
elseif( KHTvars["skills"][KHT_STAMPEDE] and spellName == KHT_STAMPEDE ) then
KHunterTimersFrame_add( 20000, spellName, spellId );
KHunterTimersFrame_add( 40000, spellName, spellId );
elseif( KHTvars["skills"][KHT_CROWS] and spellName == KHT_CROWS ) then
KHunterTimersFrame_add( 15000, spellName, spellId, destName, destGUID );
end
KHunterTimers/version history.txt
1,5 → 1,7
Version History
 
v3.7.5
- Stampede duration increased to 40s
v3.7.4
- Allow Misdirection to be refreshed
v3.7.3