Quote Originally Posted by Enfarious View Post
I noticed this happening on my healing macros:
/ac "Physick" <t>
/ac "Physick" <tt>
/ac "Physick" <f>
/ac "Physick" <me>
This is a different issue. It's not falling through to the <me> line, it's self-casting on one of the other lines because <t> or <tt> or <f> matches a target that can't be Physicked. If you try to cast Physick (without macros) while you're targeting something you can't Physick, you end up Physicking yourself, so that's what each of the first three lines do, too. You'd notice the same behavior even if you removed the last line.