Hey all, I just logged on after today's patch and found that my focus macros are not working properly. Is it just me? I haven't seen anyone else mention it and hope it's just some weird variable with my setup that can be fixed. I put a few characters from different teams on each of my focus-and-follow macros, e.g. my F1 key:

Code:
/run UIErrorsFrame:Hide(); 
/cleartarget
/focus Osaar
/focus Malekyth
/follow Osaar
/follow Malekyth
/run UIErrorsFrame:Clear(); 
/run UIErrorsFrame:Show();
This should focus and follow Osaar or Malekyth, depending which is online. This patch, I get the follow as expected, but focus only works for the character at the end of the list ... i.e. Malekyth can be focused, but Osaar cannot. I haven't tested much further than just enough to become frustrated, but it seems it clears focus when I tries to focus a nonexistent toon too (and doesn't use the [exists] option to keep it from doing so).

Anyone else? It'd suck to have to make a unique focus-follow macro for every character on every account. Not the end of the world, but macro space is limited.