When the /action or /petaction commands are used and a target is not specified...
Issue: When the /action or /petaction commands are used and a target is not specified, macros will now function in the same way as regular actions.
The problem I now run into is that I have a macro that only does the following:
/ac Cure <mo>
/ac Cure <focus>
In game, if I have no target selected, the macro will perform if a target is moused over. BUT if I have no target selected, and no target moused over, the macro will not cast onto the focus target but instead cast on me OR if I actually have a target selected it will heal on the target and not the focus.
This messes up healing since I want the focus target to be healed. Now instead of not casting, it is wasting a cure on me when I don't want it to AND I have to mouse over if I want someone healed.
Did something break the focus portion in macros now where having no target selected is overriding the focus target?
I notice this error 'Cannot use while casting' is also being displayed.
Edit: Looks like <focus> and <tt> both are not working.