какой кулдаун позднее откатывается, тот и будет показывать.PHP код:
/run local o=GetShapeshiftFormCooldown 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 then if S+D>s+d then return S,D,E else return s,d,e end end end return S,D,E end