WoWInterface SVN KharthussHunterTimers

Compare Revisions

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

Rev 45 → Rev 46

KHunterTimers/KHunterTimers.lua
1523,6 → 1523,11
KHunterTimersFrame_add( 10000, spellName, spellId );
end
end
if( KHTvars["skills"][KHT_SURV] ) then
if( KHTvars["skills"][KHT_MISDIRECTION] and spellName == KHT_MISDIRECTION and spellId == 35079 ) then
KHunterTimersFrame_add( 8000, spellName, spellId );
end
end
if( KHTvars["skills"][KHT_PETS] ) then
if( KHTvars["skills"][KHT_COURAGE] and spellName == KHT_COURAGE ) then
KHunterTimersFrame_add( 60000, spellName, spellId );
KHunterTimers/version history.txt
1,5 → 1,7
Version History
 
v3.7.4
- Allow Misdirection to be refreshed
v3.7.3
- Fixed Explosive Shot
v3.7.2
KHunterTimers/KHunterTimers.toc
1,7 → 1,7
## Interface: 60000
## Title: Kharthus's Hunter Timers
## Notes: Times hunter buffs/debuffs
## Version: 3.7.3
## Version: 3.7.4
## DefaultState: Enabled
## LoadOnDemand: 0
## SavedVariables: KHTvars