Mouse over macro is not working after p2 update

After today’s P2 update, mouse over macro stopped working
Example:
#showtooltip flash of light
/cast [target=mouseover,nomod,exists] flash of light;flash of light

1 Like

The Self Cast Key taking priority over macro conditions bug that was introduced to Retail in 9.2.5 was pushed to Classic this week. You need to change your Self Cast Key to None to restore macro functionality.

Optimized macro

#showtooltip
/cast [@mouseover,help,nodead] [] Flash of Light
1 Like

thank you very much