There may be some who have many level 90 Characters, and keeping up with who killed Sha of Anger can be difficult.

A buddy of mine provided me with this macro to let me know if my characters killed the Sha during that raid lock out week. Some of you may know of this macro, others may not, but I want the community to know...because...well, it's AWESOME.

/run local z,t,s={[32099]='Sha of Anger this week.'},GetQuestsCompleted();for c,v in pairs(z) do if t[c] then s='' else s=' not' end print('You have'..s,'done',v) end

Enjoy.