Is there a command line for Set Master as Target I can add to a macro? Prior to Jamba I had a macro that I would hit after every combat to do 2 things: reset follow to my master and set my master as the slaves' target. I don't use targettarget or focus as I'm one of those that wants my slaves to target a current mob while I may have my master (Paladin) targeting other mobs for aggro management. So, my DPS macros are all

Code:
#showtooltip frostbolt
/cast [exists,harm,nodead] frostbolt
/stopmacro [exists,harm,nodead]
/assist party1
/cast [exists,harm,nodead] frostbolt
Of this variety. If there is another way to have my slaves all retarget my master after combat has ended (i.e., automated method) that's even better.

Thanks.