So Im looking for a one button macro that swaps between cat and bear specs. I assume gear sets follow automaticly since it is built in in the character info window already.
Anyone knows how to type it ?
Edit; found it, this works.
/run SetSpecialization(GetSpecialization()==2 and 3 or 2)
Follow up question; is it possible to implement something in that macro to have the macro icon show bear icon when in bear spec and cat icon when in cat spec ?