WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 664 to Rev 665
    Reverse comparison

Rev 664 → Rev 665

trunk/RDX/RosterMgr/UDB.lua
620,7 → 620,7
end
if not found then return; end
end
 
--VFL.print("call AddCooldown " .. spellid .. " " .. cd_possi[spellid]);
-- see if a existing schedule exist
if not cd_avail[spellid] then VFLT.unschedulePattern(name..spellid); end
 
633,7 → 633,7
end
 
-- schedule the remove
VFLT.scheduleNamed(name..spellid, cd_possi[spellid], function() x:RemoveCooldown(spellid); end);
VFLT.scheduleNamed(name..spellid, timeleft or cd_possi[spellid], function() x:RemoveCooldown(spellid); end);
 
-- update
if x.nid then