A few websites have posted this information i have been informed however i heard this through hear-say.
This is for rogues who use tricks to buff classes that would prefer not to have the agro redirected to them, but keep the damage increase. For example fury warriors.
1. Tricks desired target.
2. Tricks buff will proc.
3. Press a macro with the below script in.
/script local p="player" for i=1,40 do local _,_,_,_,_,_,_,u,_,_,s=UnitBuff(p,i) if u==p and s==59628 then CancelUnitBuff(p,i) break end end
I belive this checks for spell ID by number and removes the agro transfer part of ToTT.
I have just fully tested this and will provide pictures if requested.