Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: abija
Forum: Cataclysm Beta 10-10-10, 03:35 AM
Replies: 11
Views: 11,511
Posted By abija
You can try local function...

You can try

local function getSpellTime(spell)
local name, _, _, _, _, dur, exp = UnitDebuff("target", spell, nil, "PLAYER")
if name then
return string.format("%d", exp - GetTime())
end
end
Showing results 1 to 1 of 1