для аддона и без лишнегоPHP код:
do
local o, GetSpellCooldown = GetShapeshiftFormCooldown, GetSpellCooldown
GetShapeshiftFormCooldown = function(i)
local S, D, E = o(i)
if i == 1 or i == 3 then
local s, d, e = GetSpellCooldown(i==1 and 8983 or 5215)
if s > 0 and s + d > S + D then return s, d, e end
end
return S, D, E
end
end