WoWInterface SVN KharthussHunterTimers

Compare Revisions

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

Rev 44 → Rev 45

KHunterTimers/version history.txt
1,5 → 1,7
Version History
 
v3.7.3
- Fixed Explosive Shot
v3.7.2
- Added Scales of Doom
v3.7.1
KHunterTimers/KHunterTimers.toc
1,7 → 1,7
## Interface: 60000
## Title: Kharthus's Hunter Timers
## Notes: Times hunter buffs/debuffs
## Version: 3.7.2
## Version: 3.7.3
## DefaultState: Enabled
## LoadOnDemand: 0
## SavedVariables: KHTvars
KHunterTimers/KHunterTimers.lua
1730,7 → 1730,8
khtSerpentAoE = false;
end
end
elseif( KHTvars["skills"][KHT_EXPL_SHOT] ) then
end
if( KHTvars["skills"][KHT_EXPL_SHOT] ) then
local spellName, _, _, _, _, duration, timeLeft, unitCaster, _, _, spellId = UnitDebuff("target", KHT_EXPL_SHOT, nil );
if( spellName and unitCaster == "player" and timeLeft ~= khtExplosive ) then
duration = timeLeft - GetTime();