Second Wind macro stopped working
I have a second wind macro that used to work but no longer fires the second wind. It always just casts cure instead.
/macroicon "Second Wind"
/ac "Second Wind"
/ac "Cure" <t>
/ac "Cure" <me>
That is a copy/paste from the macro itself so you can see there is no misspelling. I even tried making a new macro
/ac "Second Wind"
It also does not work. Not on my archer, and not on my pugilist either. It doesnt give an error message, it just doesnt do anything. Is anyone else having this problem, know what Im doing wrong, or have a fix?
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
edit: found the fix. Second Wind in a macro needs to have <me> after it - which is a bug since second wind is only able to be cast on me in the first place.